Class: Aws::Types::ActionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ActionSummary
- 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.
-
#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.
41 42 43 |
# File 'sig/types.rbs', line 41 def action_definition_id @action_definition_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def action_id @action_id end |
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
43 44 45 |
# File 'sig/types.rbs', line 43 def resolve_to @resolve_to end |
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
42 43 44 |
# File 'sig/types.rbs', line 42 def target_resource @target_resource end |