Class: Aws::Types::DescribeComputationModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComputationModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_definitions ⇒ ::Array[Types::ActionDefinition]
Returns the value of attribute action_definitions.
-
#computation_model_arn ⇒ ::String
Returns the value of attribute computation_model_arn.
-
#computation_model_configuration ⇒ Types::ComputationModelConfiguration
Returns the value of attribute computation_model_configuration.
-
#computation_model_creation_date ⇒ ::Time
Returns the value of attribute computation_model_creation_date.
-
#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_last_update_date ⇒ ::Time
Returns the value of attribute computation_model_last_update_date.
-
#computation_model_name ⇒ ::String
Returns the value of attribute computation_model_name.
-
#computation_model_status ⇒ Types::ComputationModelStatus
Returns the value of attribute computation_model_status.
-
#computation_model_version ⇒ ::String
Returns the value of attribute computation_model_version.
Instance Attribute Details
#action_definitions ⇒ ::Array[Types::ActionDefinition]
Returns the value of attribute action_definitions.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def action_definitions @action_definitions end |
#computation_model_arn ⇒ ::String
Returns the value of attribute computation_model_arn.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def computation_model_arn @computation_model_arn end |
#computation_model_configuration ⇒ Types::ComputationModelConfiguration
Returns the value of attribute computation_model_configuration.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def computation_model_configuration @computation_model_configuration end |
#computation_model_creation_date ⇒ ::Time
Returns the value of attribute computation_model_creation_date.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def computation_model_creation_date @computation_model_creation_date end |
#computation_model_data_binding ⇒ ::Hash[::String, Types::ComputationModelDataBindingValue]
Returns the value of attribute computation_model_data_binding.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def computation_model_data_binding @computation_model_data_binding end |
#computation_model_description ⇒ ::String
Returns the value of attribute computation_model_description.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def computation_model_description @computation_model_description end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def computation_model_id @computation_model_id end |
#computation_model_last_update_date ⇒ ::Time
Returns the value of attribute computation_model_last_update_date.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def computation_model_last_update_date @computation_model_last_update_date end |
#computation_model_name ⇒ ::String
Returns the value of attribute computation_model_name.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def computation_model_name @computation_model_name end |
#computation_model_status ⇒ Types::ComputationModelStatus
Returns the value of attribute computation_model_status.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def computation_model_status @computation_model_status end |
#computation_model_version ⇒ ::String
Returns the value of attribute computation_model_version.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def computation_model_version @computation_model_version end |