Class: Aws::Types::CreateFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#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_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
#api_id ⇒ ::String
Returns the value of attribute api_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def api_id @api_id end |
#code ⇒ ::String
Returns the value of attribute code.
321 322 323 |
# File 'sig/types.rbs', line 321 def code @code end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
314 315 316 |
# File 'sig/types.rbs', line 314 def data_source_name @data_source_name end |
#description ⇒ ::String
Returns the value of attribute description.
313 314 315 |
# File 'sig/types.rbs', line 313 def description @description end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
317 318 319 |
# File 'sig/types.rbs', line 317 def function_version @function_version end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
319 320 321 |
# File 'sig/types.rbs', line 319 def max_batch_size @max_batch_size end |
#name ⇒ ::String
Returns the value of attribute name.
312 313 314 |
# File 'sig/types.rbs', line 312 def name @name end |
#request_mapping_template ⇒ ::String
Returns the value of attribute request_mapping_template.
315 316 317 |
# File 'sig/types.rbs', line 315 def request_mapping_template @request_mapping_template end |
#response_mapping_template ⇒ ::String
Returns the value of attribute response_mapping_template.
316 317 318 |
# File 'sig/types.rbs', line 316 def response_mapping_template @response_mapping_template end |
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
320 321 322 |
# File 'sig/types.rbs', line 320 def runtime @runtime end |
#sync_config ⇒ Types::SyncConfig
Returns the value of attribute sync_config.
318 319 320 |
# File 'sig/types.rbs', line 318 def sync_config @sync_config end |