Class: Aws::Types::MultitrackInputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


548
549
550
# File 'sig/types.rbs', line 548

def enabled
  @enabled
end

#maximum_resolution"SD", ...

Returns the value of attribute maximum_resolution.

Returns:

  • ("SD", "HD", "FULL_HD")


550
551
552
# File 'sig/types.rbs', line 550

def maximum_resolution
  @maximum_resolution
end

#policy"ALLOW", "REQUIRE"

Returns the value of attribute policy.

Returns:

  • ("ALLOW", "REQUIRE")


549
550
551
# File 'sig/types.rbs', line 549

def policy
  @policy
end