Class: Aws::Types::WebvttDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::WebvttDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessibility ⇒ "DISABLED", "ENABLED"
Returns the value of attribute accessibility.
-
#style_passthrough ⇒ "ENABLED", ...
Returns the value of attribute style_passthrough.
Instance Attribute Details
#accessibility ⇒ "DISABLED", "ENABLED"
Returns the value of attribute accessibility.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def accessibility @accessibility end |
#style_passthrough ⇒ "ENABLED", ...
Returns the value of attribute style_passthrough.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def style_passthrough @style_passthrough end |