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)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def action_definition_id
  @action_definition_id
end

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

Returns:

  • (::String)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def client_token
  @client_token
end

#resolve_toTypes::ResolveTo

Returns the value of attribute resolve_to.

Returns:



2130
2131
2132
# File 'sig/types.rbs', line 2130

def resolve_to
  @resolve_to
end

#target_resourceTypes::TargetResource

Returns the value of attribute target_resource.



2126
2127
2128
# File 'sig/types.rbs', line 2126

def target_resource
  @target_resource
end