Class: Aws::Types::ActionDefinition

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)


28
29
30
# File 'sig/types.rbs', line 28

def action_definition_id
  @action_definition_id
end

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def action_name
  @action_name
end

#action_type::String

Returns the value of attribute action_type.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def action_type
  @action_type
end