Class: Aws::Types::FieldTooltipItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


5460
5461
5462
# File 'sig/types.rbs', line 5460

def field_id
  @field_id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


5461
5462
5463
# File 'sig/types.rbs', line 5461

def label
  @label
end

#tooltip_target"BOTH", ...

Returns the value of attribute tooltip_target.

Returns:

  • ("BOTH", "BAR", "LINE")


5463
5464
5465
# File 'sig/types.rbs', line 5463

def tooltip_target
  @tooltip_target
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


5462
5463
5464
# File 'sig/types.rbs', line 5462

def visibility
  @visibility
end