Class: Aws::Types::DescribeActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_definition_id ⇒ ::String
Returns the value of attribute action_definition_id.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_payload ⇒ Types::ActionPayload
Returns the value of attribute action_payload.
-
#execution_time ⇒ ::Time
Returns the value of attribute execution_time.
-
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
-
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
Instance Attribute Details
#action_definition_id ⇒ ::String
Returns the value of attribute action_definition_id.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def action_definition_id @action_definition_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def action_id @action_id end |
#action_payload ⇒ Types::ActionPayload
Returns the value of attribute action_payload.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def action_payload @action_payload end |
#execution_time ⇒ ::Time
Returns the value of attribute execution_time.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def execution_time @execution_time end |
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def resolve_to @resolve_to end |
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def target_resource @target_resource end |