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.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def action_definition_id @action_definition_id end |
#action_payload ⇒ Types::ActionPayload
Returns the value of attribute action_payload.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def action_payload @action_payload end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def client_token @client_token end |
#resolve_to ⇒ Types::ResolveTo
Returns the value of attribute resolve_to.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def resolve_to @resolve_to end |
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def target_resource @target_resource end |