Class: Aws::Types::UpdateResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResolverRequest
- 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.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def api_id @api_id end |
#caching_config ⇒ Types::CachingConfig
Returns the value of attribute caching_config.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def caching_config @caching_config end |
#code ⇒ ::String
Returns the value of attribute code.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def code @code end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def data_source_name @data_source_name end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def field_name @field_name end |
#kind ⇒ "UNIT", "PIPELINE"
Returns the value of attribute kind.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def kind @kind end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def max_batch_size @max_batch_size end |
#metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute metrics_config.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def metrics_config @metrics_config end |
#pipeline_config ⇒ Types::PipelineConfig
Returns the value of attribute pipeline_config.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def pipeline_config @pipeline_config end |
#request_mapping_template ⇒ ::String
Returns the value of attribute request_mapping_template.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def request_mapping_template @request_mapping_template end |
#response_mapping_template ⇒ ::String
Returns the value of attribute response_mapping_template.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def response_mapping_template @response_mapping_template end |
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def runtime @runtime end |
#sync_config ⇒ Types::SyncConfig
Returns the value of attribute sync_config.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def sync_config @sync_config end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def type_name @type_name end |