Class: Aws::Types::DescribeComputationModelExecutionSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComputationModelExecutionSummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_model_execution_summary ⇒ ::Hash[::String, ::String]
Returns the value of attribute computation_model_execution_summary.
-
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
-
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
Instance Attribute Details
#computation_model_execution_summary ⇒ ::Hash[::String, ::String]
Returns the value of attribute computation_model_execution_summary.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def computation_model_execution_summary @computation_model_execution_summary end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def computation_model_id @computation_model_id end |
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def resolve_to @resolve_to end |