Class: Aws::Types::UpdateComputationModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComputationModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#computation_model_configuration ⇒ Types::ComputationModelConfiguration
Returns the value of attribute computation_model_configuration.
-
#computation_model_data_binding ⇒ ::Hash[::String, Types::ComputationModelDataBindingValue]
Returns the value of attribute computation_model_data_binding.
-
#computation_model_description ⇒ ::String
Returns the value of attribute computation_model_description.
-
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
-
#computation_model_name ⇒ ::String
Returns the value of attribute computation_model_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def client_token @client_token end |
#computation_model_configuration ⇒ Types::ComputationModelConfiguration
Returns the value of attribute computation_model_configuration.
3734 3735 3736 |
# File 'sig/types.rbs', line 3734 def computation_model_configuration @computation_model_configuration end |
#computation_model_data_binding ⇒ ::Hash[::String, Types::ComputationModelDataBindingValue]
Returns the value of attribute computation_model_data_binding.
3735 3736 3737 |
# File 'sig/types.rbs', line 3735 def computation_model_data_binding @computation_model_data_binding end |
#computation_model_description ⇒ ::String
Returns the value of attribute computation_model_description.
3733 3734 3735 |
# File 'sig/types.rbs', line 3733 def computation_model_description @computation_model_description end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
3731 3732 3733 |
# File 'sig/types.rbs', line 3731 def computation_model_id @computation_model_id end |
#computation_model_name ⇒ ::String
Returns the value of attribute computation_model_name.
3732 3733 3734 |
# File 'sig/types.rbs', line 3732 def computation_model_name @computation_model_name end |