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.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def action_definition_id @action_definition_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def action_id @action_id end |
#action_payload ⇒ Types::ActionPayload
Returns the value of attribute action_payload.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def action_payload @action_payload end |
#execution_time ⇒ ::Time
Returns the value of attribute execution_time.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def execution_time @execution_time end |
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def resolve_to @resolve_to end |
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def target_resource @target_resource end |