Class: Humidifier::AppSync::Resolver
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppSync::Resolver resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
- 
  
    
      #api_id  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the ApiId property. 
- 
  
    
      #api_id=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the ApiId property (String). 
- 
  
    
      #caching_config  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the CachingConfig property. 
- 
  
    
      #caching_config=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the CachingConfig property (Structure). 
- 
  
    
      #data_source_name  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the DataSourceName property. 
- 
  
    
      #data_source_name=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the DataSourceName property (String). 
- 
  
    
      #field_name  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the FieldName property. 
- 
  
    
      #field_name=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the FieldName property (String). 
- 
  
    
      #kind  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the Kind property. 
- 
  
    
      #kind=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the Kind property (String). 
- 
  
    
      #max_batch_size  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the MaxBatchSize property. 
- 
  
    
      #max_batch_size=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the MaxBatchSize property (Integer). 
- 
  
    
      #pipeline_config  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the PipelineConfig property. 
- 
  
    
      #pipeline_config=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the PipelineConfig property (Structure). 
- 
  
    
      #request_mapping_template  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the RequestMappingTemplate property. 
- 
  
    
      #request_mapping_template=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the RequestMappingTemplate property (String). 
- 
  
    
      #request_mapping_template_s3_location  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the RequestMappingTemplateS3Location property. 
- 
  
    
      #request_mapping_template_s3_location=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the RequestMappingTemplateS3Location property (String). 
- 
  
    
      #response_mapping_template  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the ResponseMappingTemplate property. 
- 
  
    
      #response_mapping_template=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the ResponseMappingTemplate property (String). 
- 
  
    
      #response_mapping_template_s3_location  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the ResponseMappingTemplateS3Location property. 
- 
  
    
      #response_mapping_template_s3_location=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the ResponseMappingTemplateS3Location property (String). 
- 
  
    
      #sync_config  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the SyncConfig property. 
- 
  
    
      #sync_config=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the SyncConfig property (Structure). 
- 
  
    
      #type_name  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    returns the TypeName property. 
- 
  
    
      #type_name=(value)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    sets the TypeName property (String). 
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#api_id ⇒ Object
returns the ApiId property
| 10 11 12 | # File 'lib/humidifier/magic.rb', line 10 def api_id properties['api_id'] end | 
#api_id=(value) ⇒ Object
sets the ApiId property (String)
| 15 16 17 | # File 'lib/humidifier/magic.rb', line 15 def api_id=(value) update_property('api_id', value) end | 
#caching_config ⇒ Object
returns the CachingConfig property
| 20 21 22 | # File 'lib/humidifier/magic.rb', line 20 def caching_config properties['caching_config'] end | 
#caching_config=(value) ⇒ Object
sets the CachingConfig property (Structure)
| 25 26 27 | # File 'lib/humidifier/magic.rb', line 25 def caching_config=(value) update_property('caching_config', value) end | 
#data_source_name ⇒ Object
returns the DataSourceName property
| 30 31 32 | # File 'lib/humidifier/magic.rb', line 30 def data_source_name properties['data_source_name'] end | 
#data_source_name=(value) ⇒ Object
sets the DataSourceName property (String)
| 35 36 37 | # File 'lib/humidifier/magic.rb', line 35 def data_source_name=(value) update_property('data_source_name', value) end | 
#field_name ⇒ Object
returns the FieldName property
| 40 41 42 | # File 'lib/humidifier/magic.rb', line 40 def field_name properties['field_name'] end | 
#field_name=(value) ⇒ Object
sets the FieldName property (String)
| 45 46 47 | # File 'lib/humidifier/magic.rb', line 45 def field_name=(value) update_property('field_name', value) end | 
#kind ⇒ Object
returns the Kind property
| 50 51 52 | # File 'lib/humidifier/magic.rb', line 50 def kind properties['kind'] end | 
#kind=(value) ⇒ Object
sets the Kind property (String)
| 55 56 57 | # File 'lib/humidifier/magic.rb', line 55 def kind=(value) update_property('kind', value) end | 
#max_batch_size ⇒ Object
returns the MaxBatchSize property
| 60 61 62 | # File 'lib/humidifier/magic.rb', line 60 def max_batch_size properties['max_batch_size'] end | 
#max_batch_size=(value) ⇒ Object
sets the MaxBatchSize property (Integer)
| 65 66 67 | # File 'lib/humidifier/magic.rb', line 65 def max_batch_size=(value) update_property('max_batch_size', value) end | 
#pipeline_config ⇒ Object
returns the PipelineConfig property
| 70 71 72 | # File 'lib/humidifier/magic.rb', line 70 def pipeline_config properties['pipeline_config'] end | 
#pipeline_config=(value) ⇒ Object
sets the PipelineConfig property (Structure)
| 75 76 77 | # File 'lib/humidifier/magic.rb', line 75 def pipeline_config=(value) update_property('pipeline_config', value) end | 
#request_mapping_template ⇒ Object
returns the RequestMappingTemplate property
| 80 81 82 | # File 'lib/humidifier/magic.rb', line 80 def request_mapping_template properties['request_mapping_template'] end | 
#request_mapping_template=(value) ⇒ Object
sets the RequestMappingTemplate property (String)
| 85 86 87 | # File 'lib/humidifier/magic.rb', line 85 def request_mapping_template=(value) update_property('request_mapping_template', value) end | 
#request_mapping_template_s3_location ⇒ Object
returns the RequestMappingTemplateS3Location property
| 90 91 92 | # File 'lib/humidifier/magic.rb', line 90 def request_mapping_template_s3_location properties['request_mapping_template_s3_location'] end | 
#request_mapping_template_s3_location=(value) ⇒ Object
sets the RequestMappingTemplateS3Location property (String)
| 95 96 97 | # File 'lib/humidifier/magic.rb', line 95 def request_mapping_template_s3_location=(value) update_property('request_mapping_template_s3_location', value) end | 
#response_mapping_template ⇒ Object
returns the ResponseMappingTemplate property
| 100 101 102 | # File 'lib/humidifier/magic.rb', line 100 def response_mapping_template properties['response_mapping_template'] end | 
#response_mapping_template=(value) ⇒ Object
sets the ResponseMappingTemplate property (String)
| 105 106 107 | # File 'lib/humidifier/magic.rb', line 105 def response_mapping_template=(value) update_property('response_mapping_template', value) end | 
#response_mapping_template_s3_location ⇒ Object
returns the ResponseMappingTemplateS3Location property
| 110 111 112 | # File 'lib/humidifier/magic.rb', line 110 def response_mapping_template_s3_location properties['response_mapping_template_s3_location'] end | 
#response_mapping_template_s3_location=(value) ⇒ Object
sets the ResponseMappingTemplateS3Location property (String)
| 115 116 117 | # File 'lib/humidifier/magic.rb', line 115 def response_mapping_template_s3_location=(value) update_property('response_mapping_template_s3_location', value) end | 
#sync_config ⇒ Object
returns the SyncConfig property
| 120 121 122 | # File 'lib/humidifier/magic.rb', line 120 def sync_config properties['sync_config'] end | 
#sync_config=(value) ⇒ Object
sets the SyncConfig property (Structure)
| 125 126 127 | # File 'lib/humidifier/magic.rb', line 125 def sync_config=(value) update_property('sync_config', value) end | 
#type_name ⇒ Object
returns the TypeName property
| 130 131 132 | # File 'lib/humidifier/magic.rb', line 130 def type_name properties['type_name'] end | 
#type_name=(value) ⇒ Object
sets the TypeName property (String)
| 135 136 137 | # File 'lib/humidifier/magic.rb', line 135 def type_name=(value) update_property('type_name', value) end |