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.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def computation_model_id @computation_model_id end |
#resolve_to_resource_id ⇒ ::String
Returns the value of attribute resolve_to_resource_id.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def resolve_to_resource_id @resolve_to_resource_id end |
#resolve_to_resource_type ⇒ "ASSET"
Returns the value of attribute resolve_to_resource_type.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def resolve_to_resource_type @resolve_to_resource_type end |