Class: Aws::Types::VideoArtifactsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mux_type ⇒ "VideoOnly"

Returns the value of attribute mux_type.

Returns:

  • ("VideoOnly")


934
935
936
# File 'sig/types.rbs', line 934

def mux_type
  @mux_type
end

#state ⇒ "Enabled", "Disabled"

Returns the value of attribute state.

Returns:

  • ("Enabled", "Disabled")


933
934
935
# File 'sig/types.rbs', line 933

def state
  @state
end