Class: Aws::Types::ExecuteActionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_definition_id::String

Returns the value of attribute action_definition_id.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def action_definition_id
  @action_definition_id
end

#action_payloadTypes::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.

Returns:

  • (::String)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def client_token
  @client_token
end

#resolve_toTypes::ResolveTo

Returns the value of attribute resolve_to.

Returns:



2120
2121
2122
# File 'sig/types.rbs', line 2120

def resolve_to
  @resolve_to
end

#target_resourceTypes::TargetResource

Returns the value of attribute target_resource.



2116
2117
2118
# File 'sig/types.rbs', line 2116

def target_resource
  @target_resource
end