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.
963 964 965 |
# File 'sig/types.rbs', line 963 def client_token @client_token end |
#computation_model_configuration ⇒ Types::ComputationModelConfiguration
Returns the value of attribute computation_model_configuration.
961 962 963 |
# File 'sig/types.rbs', line 961 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.
962 963 964 |
# File 'sig/types.rbs', line 962 def computation_model_data_binding @computation_model_data_binding end |
#computation_model_description ⇒ ::String
Returns the value of attribute computation_model_description.
960 961 962 |
# File 'sig/types.rbs', line 960 def computation_model_description @computation_model_description end |
#computation_model_name ⇒ ::String
Returns the value of attribute computation_model_name.
959 960 961 |
# File 'sig/types.rbs', line 959 def computation_model_name @computation_model_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
964 965 966 |
# File 'sig/types.rbs', line 964 def end |