Class: Aws::Types::Resolver
- Inherits:
-
Object
- Object
- Aws::Types::Resolver
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#resolver_arn ⇒ ::String
Returns the value of attribute resolver_arn.
-
#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
#caching_config ⇒ Types::CachingConfig
Returns the value of attribute caching_config.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def caching_config @caching_config end |
#code ⇒ ::String
Returns the value of attribute code.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def code @code end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def data_source_name @data_source_name end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def field_name @field_name end |
#kind ⇒ "UNIT", "PIPELINE"
Returns the value of attribute kind.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def kind @kind end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def max_batch_size @max_batch_size end |
#metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute metrics_config.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def metrics_config @metrics_config end |
#pipeline_config ⇒ Types::PipelineConfig
Returns the value of attribute pipeline_config.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def pipeline_config @pipeline_config end |
#request_mapping_template ⇒ ::String
Returns the value of attribute request_mapping_template.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def request_mapping_template @request_mapping_template end |
#resolver_arn ⇒ ::String
Returns the value of attribute resolver_arn.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def resolver_arn @resolver_arn end |
#response_mapping_template ⇒ ::String
Returns the value of attribute response_mapping_template.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def response_mapping_template @response_mapping_template end |
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def runtime @runtime end |
#sync_config ⇒ Types::SyncConfig
Returns the value of attribute sync_config.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def sync_config @sync_config end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def type_name @type_name end |