Class: Aws::Types::FieldBasedTooltip

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute aggregation_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


5682
5683
5684
# File 'sig/types.rbs', line 5682

def aggregation_visibility
  @aggregation_visibility
end

#tooltip_fields::Array[Types::TooltipItem]

Returns the value of attribute tooltip_fields.

Returns:



5684
5685
5686
# File 'sig/types.rbs', line 5684

def tooltip_fields
  @tooltip_fields
end

#tooltip_title_type"NONE", "PRIMARY_VALUE"

Returns the value of attribute tooltip_title_type.

Returns:

  • ("NONE", "PRIMARY_VALUE")


5683
5684
5685
# File 'sig/types.rbs', line 5683

def tooltip_title_type
  @tooltip_title_type
end