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.
13553 13554 13555 |
# File 'sig/types.rbs', line 13553 def format_text @format_text end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
13552 13553 13554 |
# File 'sig/types.rbs', line 13552 def visibility @visibility end |