Class: Aws::Types::ExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ ::String
Returns the value of attribute action_type.
-
#execution_end_time ⇒ ::Time
Returns the value of attribute execution_end_time.
-
#execution_entity_version ⇒ ::String
Returns the value of attribute execution_entity_version.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_start_time ⇒ ::Time
Returns the value of attribute execution_start_time.
-
#execution_status ⇒ Types::ExecutionStatus
Returns the value of attribute execution_status.
-
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
-
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
-
#target_resource_version ⇒ ::String
Returns the value of attribute target_resource_version.
Instance Attribute Details
#action_type ⇒ ::String
Returns the value of attribute action_type.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def action_type @action_type end |
#execution_end_time ⇒ ::Time
Returns the value of attribute execution_end_time.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def execution_end_time @execution_end_time end |
#execution_entity_version ⇒ ::String
Returns the value of attribute execution_entity_version.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def execution_entity_version @execution_entity_version end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def execution_id @execution_id end |
#execution_start_time ⇒ ::Time
Returns the value of attribute execution_start_time.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def execution_start_time @execution_start_time end |
#execution_status ⇒ Types::ExecutionStatus
Returns the value of attribute execution_status.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def execution_status @execution_status end |
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def resolve_to @resolve_to end |
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def target_resource @target_resource end |
#target_resource_version ⇒ ::String
Returns the value of attribute target_resource_version.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def target_resource_version @target_resource_version end |