Class: Aws::Types::ExecuteActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteActionRequest
- 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_payload ⇒ Types::ActionPayload
Returns the value of attribute action_payload.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def action_definition_id @action_definition_id end |
#action_payload ⇒ Types::ActionPayload
Returns the value of attribute action_payload.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def action_payload @action_payload end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def client_token @client_token end |
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def resolve_to @resolve_to end |
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def target_resource @target_resource end |