Class: Aws::Types::CreateComputationModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComputationModelRequest
- 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_name ⇒ ::String
Returns the value of attribute computation_model_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
960 961 962 |
# File 'sig/types.rbs', line 960 def client_token @client_token end |
#computation_model_configuration ⇒ Types::ComputationModelConfiguration
Returns the value of attribute computation_model_configuration.
958 959 960 |
# File 'sig/types.rbs', line 958 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.
959 960 961 |
# File 'sig/types.rbs', line 959 def computation_model_data_binding @computation_model_data_binding end |
#computation_model_description ⇒ ::String
Returns the value of attribute computation_model_description.
957 958 959 |
# File 'sig/types.rbs', line 957 def computation_model_description @computation_model_description end |
#computation_model_name ⇒ ::String
Returns the value of attribute computation_model_name.
956 957 958 |
# File 'sig/types.rbs', line 956 def computation_model_name @computation_model_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
961 962 963 |
# File 'sig/types.rbs', line 961 def @tags end |