Class: Aws::Types::UpdateFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionRequest
- 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_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
#api_id ⇒ ::String
Returns the value of attribute api_id.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def api_id @api_id end |
#code ⇒ ::String
Returns the value of attribute code.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def code @code end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def data_source_name @data_source_name end |
#description ⇒ ::String
Returns the value of attribute description.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def description @description end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def function_id @function_id end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def function_version @function_version end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def max_batch_size @max_batch_size end |
#name ⇒ ::String
Returns the value of attribute name.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def name @name end |
#request_mapping_template ⇒ ::String
Returns the value of attribute request_mapping_template.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def request_mapping_template @request_mapping_template end |
#response_mapping_template ⇒ ::String
Returns the value of attribute response_mapping_template.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def response_mapping_template @response_mapping_template end |
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def runtime @runtime end |
#sync_config ⇒ Types::SyncConfig
Returns the value of attribute sync_config.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def sync_config @sync_config end |