Class: Aws::Types::TeletextSourceSettings
- Inherits:
-
Object
- Object
- Aws::Types::TeletextSourceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_rectangle ⇒ Types::CaptionRectangle
Returns the value of attribute output_rectangle.
-
#page_number ⇒ ::String
Returns the value of attribute page_number.
Instance Attribute Details
#output_rectangle ⇒ Types::CaptionRectangle
Returns the value of attribute output_rectangle.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def output_rectangle @output_rectangle end |
#page_number ⇒ ::String
Returns the value of attribute page_number.
3164 3165 3166 |
# File 'sig/types.rbs', line 3164 def page_number @page_number end |