Class: Aws::Types::LabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::LabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
-
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
7422 7423 7424 |
# File 'sig/types.rbs', line 7422 def custom_label @custom_label end |
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
7421 7422 7423 |
# File 'sig/types.rbs', line 7421 def font_configuration @font_configuration end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
7420 7421 7422 |
# File 'sig/types.rbs', line 7420 def visibility @visibility end |