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.
7149 7150 7151 |
# File 'sig/types.rbs', line 7149 def custom_label @custom_label end |
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
7148 7149 7150 |
# File 'sig/types.rbs', line 7148 def font_configuration @font_configuration end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
7147 7148 7149 |
# File 'sig/types.rbs', line 7147 def visibility @visibility end |