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")


5416
5417
5418
# File 'sig/types.rbs', line 5416

def aggregation_visibility
  @aggregation_visibility
end

#tooltip_fields::Array[Types::TooltipItem]

Returns the value of attribute tooltip_fields.

Returns:



5418
5419
5420
# File 'sig/types.rbs', line 5418

def tooltip_fields
  @tooltip_fields
end

#tooltip_title_type"NONE", "PRIMARY_VALUE"

Returns the value of attribute tooltip_title_type.

Returns:

  • ("NONE", "PRIMARY_VALUE")


5417
5418
5419
# File 'sig/types.rbs', line 5417

def tooltip_title_type
  @tooltip_title_type
end