Class: Aws::Types::VisualSubtitleLabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::VisualSubtitleLabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format_text ⇒ Types::LongFormatText
Returns the value of attribute format_text.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#format_text ⇒ Types::LongFormatText
Returns the value of attribute format_text.
13084 13085 13086 |
# File 'sig/types.rbs', line 13084 def format_text @format_text end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
13083 13084 13085 |
# File 'sig/types.rbs', line 13083 def visibility @visibility end |