Class: Aws::Types::LayerCustomAction

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::LayerCustomActionOperation]

Returns the value of attribute action_operations.

Returns:



7431
7432
7433
# File 'sig/types.rbs', line 7431

def action_operations
  @action_operations
end

#custom_action_id::String

Returns the value of attribute custom_action_id.

Returns:

  • (::String)


7427
7428
7429
# File 'sig/types.rbs', line 7427

def custom_action_id
  @custom_action_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7428
7429
7430
# File 'sig/types.rbs', line 7428

def name
  @name
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


7429
7430
7431
# File 'sig/types.rbs', line 7429

def status
  @status
end

#trigger"DATA_POINT_CLICK", "DATA_POINT_MENU"

Returns the value of attribute trigger.

Returns:

  • ("DATA_POINT_CLICK", "DATA_POINT_MENU")


7430
7431
7432
# File 'sig/types.rbs', line 7430

def trigger
  @trigger
end