Class: Aws::Types::DescribeComputationModelExecutionSummaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComputationModelExecutionSummaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
-
#resolve_to_resource_id ⇒ ::String
Returns the value of attribute resolve_to_resource_id.
-
#resolve_to_resource_type ⇒ "ASSET"
Returns the value of attribute resolve_to_resource_type.
Instance Attribute Details
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def computation_model_id @computation_model_id end |
#resolve_to_resource_id ⇒ ::String
Returns the value of attribute resolve_to_resource_id.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def resolve_to_resource_id @resolve_to_resource_id end |
#resolve_to_resource_type ⇒ "ASSET"
Returns the value of attribute resolve_to_resource_type.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def resolve_to_resource_type @resolve_to_resource_type end |