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")


2683
2684
2685
# File 'sig/types.rbs', line 2683

def accessibility
  @accessibility
end

#style_passthrough"ENABLED", ...

Returns the value of attribute style_passthrough.

Returns:

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


2684
2685
2686
# File 'sig/types.rbs', line 2684

def style_passthrough
  @style_passthrough
end