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:



6970
6971
6972
# File 'sig/types.rbs', line 6970

def action_operations
  @action_operations
end

#custom_action_id::String

Returns the value of attribute custom_action_id.

Returns:

  • (::String)


6966
6967
6968
# File 'sig/types.rbs', line 6966

def custom_action_id
  @custom_action_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6967
6968
6969
# File 'sig/types.rbs', line 6967

def name
  @name
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


6968
6969
6970
# File 'sig/types.rbs', line 6968

def status
  @status
end

#trigger"CLICK", "MENU"

Returns the value of attribute trigger.

Returns:

  • ("CLICK", "MENU")


6969
6970
6971
# File 'sig/types.rbs', line 6969

def trigger
  @trigger
end