Class: Aws::Types::WebvttDestinationSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessibility"DISABLED", "ENABLED"

Returns the value of attribute accessibility.

Returns:

  • ("DISABLED", "ENABLED")


2719
2720
2721
# File 'sig/types.rbs', line 2719

def accessibility
  @accessibility
end

#style_passthrough"ENABLED", ...

Returns the value of attribute style_passthrough.

Returns:

  • ("ENABLED", "DISABLED", "STRICT", "MERGE")


2720
2721
2722
# File 'sig/types.rbs', line 2720

def style_passthrough
  @style_passthrough
end