Class: Aws::Types::CreateResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResolverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#caching_config ⇒ Types::CachingConfig
Returns the value of attribute caching_config.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#kind ⇒ "UNIT", "PIPELINE"
Returns the value of attribute kind.
-
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
-
#metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute metrics_config.
-
#pipeline_config ⇒ Types::PipelineConfig
Returns the value of attribute pipeline_config.
-
#request_mapping_template ⇒ ::String
Returns the value of attribute request_mapping_template.
-
#response_mapping_template ⇒ ::String
Returns the value of attribute response_mapping_template.
-
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
-
#sync_config ⇒ Types::SyncConfig
Returns the value of attribute sync_config.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def api_id @api_id end |
#caching_config ⇒ Types::CachingConfig
Returns the value of attribute caching_config.
366 367 368 |
# File 'sig/types.rbs', line 366 def caching_config @caching_config end |
#code ⇒ ::String
Returns the value of attribute code.
369 370 371 |
# File 'sig/types.rbs', line 369 def code @code end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
360 361 362 |
# File 'sig/types.rbs', line 360 def data_source_name @data_source_name end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
359 360 361 |
# File 'sig/types.rbs', line 359 def field_name @field_name end |
#kind ⇒ "UNIT", "PIPELINE"
Returns the value of attribute kind.
363 364 365 |
# File 'sig/types.rbs', line 363 def kind @kind end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
367 368 369 |
# File 'sig/types.rbs', line 367 def max_batch_size @max_batch_size end |
#metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute metrics_config.
370 371 372 |
# File 'sig/types.rbs', line 370 def metrics_config @metrics_config end |
#pipeline_config ⇒ Types::PipelineConfig
Returns the value of attribute pipeline_config.
364 365 366 |
# File 'sig/types.rbs', line 364 def pipeline_config @pipeline_config end |
#request_mapping_template ⇒ ::String
Returns the value of attribute request_mapping_template.
361 362 363 |
# File 'sig/types.rbs', line 361 def request_mapping_template @request_mapping_template end |
#response_mapping_template ⇒ ::String
Returns the value of attribute response_mapping_template.
362 363 364 |
# File 'sig/types.rbs', line 362 def response_mapping_template @response_mapping_template end |
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
368 369 370 |
# File 'sig/types.rbs', line 368 def runtime @runtime end |
#sync_config ⇒ Types::SyncConfig
Returns the value of attribute sync_config.
365 366 367 |
# File 'sig/types.rbs', line 365 def sync_config @sync_config end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
358 359 360 |
# File 'sig/types.rbs', line 358 def type_name @type_name end |