Class: Aws::Types::InputSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#codec"MPEG2", ...

Returns the value of attribute codec.

Returns:

  • ("MPEG2", "AVC", "HEVC")


1928
1929
1930
# File 'sig/types.rbs', line 1928

def codec
  @codec
end

#maximum_bitrate"MAX_10_MBPS", ...

Returns the value of attribute maximum_bitrate.

Returns:

  • ("MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS")


1929
1930
1931
# File 'sig/types.rbs', line 1929

def maximum_bitrate
  @maximum_bitrate
end

#resolution"SD", ...

Returns the value of attribute resolution.

Returns:

  • ("SD", "HD", "UHD")


1930
1931
1932
# File 'sig/types.rbs', line 1930

def resolution
  @resolution
end