Class: Aws::Types::VisualCustomAction

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

Returns the value of attribute action_operations.



13477
13478
13479
# File 'sig/types.rbs', line 13477

def action_operations
  @action_operations
end

#custom_action_id::String

Returns the value of attribute custom_action_id.

Returns:

  • (::String)


13473
13474
13475
# File 'sig/types.rbs', line 13473

def custom_action_id
  @custom_action_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13474
13475
13476
# File 'sig/types.rbs', line 13474

def name
  @name
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


13475
13476
13477
# File 'sig/types.rbs', line 13475

def status
  @status
end

#trigger"DATA_POINT_CLICK", "DATA_POINT_MENU"

Returns the value of attribute trigger.

Returns:

  • ("DATA_POINT_CLICK", "DATA_POINT_MENU")


13476
13477
13478
# File 'sig/types.rbs', line 13476

def trigger
  @trigger
end