Class: Aws::Types::FunctionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FunctionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#function_id ⇒ ::String
Returns the value of attribute function_id.
-
#function_version ⇒ ::String
Returns the value of attribute function_version.
-
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
684 685 686 |
# File 'sig/types.rbs', line 684 def code @code end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
677 678 679 |
# File 'sig/types.rbs', line 677 def data_source_name @data_source_name end |
#description ⇒ ::String
Returns the value of attribute description.
676 677 678 |
# File 'sig/types.rbs', line 676 def description @description end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
674 675 676 |
# File 'sig/types.rbs', line 674 def function_arn @function_arn end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
673 674 675 |
# File 'sig/types.rbs', line 673 def function_id @function_id end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
680 681 682 |
# File 'sig/types.rbs', line 680 def function_version @function_version end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
682 683 684 |
# File 'sig/types.rbs', line 682 def max_batch_size @max_batch_size end |
#name ⇒ ::String
Returns the value of attribute name.
675 676 677 |
# File 'sig/types.rbs', line 675 def name @name end |
#request_mapping_template ⇒ ::String
Returns the value of attribute request_mapping_template.
678 679 680 |
# File 'sig/types.rbs', line 678 def request_mapping_template @request_mapping_template end |
#response_mapping_template ⇒ ::String
Returns the value of attribute response_mapping_template.
679 680 681 |
# File 'sig/types.rbs', line 679 def response_mapping_template @response_mapping_template end |
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
683 684 685 |
# File 'sig/types.rbs', line 683 def runtime @runtime end |
#sync_config ⇒ Types::SyncConfig
Returns the value of attribute sync_config.
681 682 683 |
# File 'sig/types.rbs', line 681 def sync_config @sync_config end |