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.
3695 3696 3697 |
# File 'sig/types.rbs', line 3695 def client_token @client_token end |
#computation_model_configuration ⇒ Types::ComputationModelConfiguration
Returns the value of attribute computation_model_configuration.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 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.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def computation_model_data_binding @computation_model_data_binding end |
#computation_model_description ⇒ ::String
Returns the value of attribute computation_model_description.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def computation_model_description @computation_model_description end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
3690 3691 3692 |
# File 'sig/types.rbs', line 3690 def computation_model_id @computation_model_id end |
#computation_model_name ⇒ ::String
Returns the value of attribute computation_model_name.
3691 3692 3693 |
# File 'sig/types.rbs', line 3691 def computation_model_name @computation_model_name end |