Class: Aws::Types::FieldTooltipItem
- Inherits:
-
Object
- Object
- Aws::Types::FieldTooltipItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#tooltip_target ⇒ "BOTH", ...
Returns the value of attribute tooltip_target.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
5460 5461 5462 |
# File 'sig/types.rbs', line 5460 def field_id @field_id end |
#label ⇒ ::String
Returns the value of attribute label.
5461 5462 5463 |
# File 'sig/types.rbs', line 5461 def label @label end |
#tooltip_target ⇒ "BOTH", ...
Returns the value of attribute tooltip_target.
5463 5464 5465 |
# File 'sig/types.rbs', line 5463 def tooltip_target @tooltip_target end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
5462 5463 5464 |
# File 'sig/types.rbs', line 5462 def visibility @visibility end |