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)


5726
5727
5728
# File 'sig/types.rbs', line 5726

def field_id
  @field_id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


5727
5728
5729
# File 'sig/types.rbs', line 5727

def label
  @label
end

#tooltip_target"BOTH", ...

Returns the value of attribute tooltip_target.

Returns:

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


5729
5730
5731
# File 'sig/types.rbs', line 5729

def tooltip_target
  @tooltip_target
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


5728
5729
5730
# File 'sig/types.rbs', line 5728

def visibility
  @visibility
end