Class: Aws::Types::ImageCustomAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_operations::Array[Types::ImageCustomActionOperation]

Returns the value of attribute action_operations.

Returns:



6704
6705
6706
# File 'sig/types.rbs', line 6704

def action_operations
  @action_operations
end

#custom_action_id::String

Returns the value of attribute custom_action_id.

Returns:

  • (::String)


6700
6701
6702
# File 'sig/types.rbs', line 6700

def custom_action_id
  @custom_action_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6701
6702
6703
# File 'sig/types.rbs', line 6701

def name
  @name
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


6702
6703
6704
# File 'sig/types.rbs', line 6702

def status
  @status
end

#trigger"CLICK", "MENU"

Returns the value of attribute trigger.

Returns:

  • ("CLICK", "MENU")


6703
6704
6705
# File 'sig/types.rbs', line 6703

def trigger
  @trigger
end