Class: Aws::Types::ActionIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:action_type, :action_id])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def action_id
  @action_id
end

#action_type::String

Returns the value of attribute action_type.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def action_type
  @action_type
end