Class: Aws::Types::EncodingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encoding_profile"DISTRIBUTION_H264_DEFAULT", "CONTRIBUTION_H264_DEFAULT"

Returns the value of attribute encoding_profile.

Returns:

  • ("DISTRIBUTION_H264_DEFAULT", "CONTRIBUTION_H264_DEFAULT")


644
645
646
# File 'sig/types.rbs', line 644

def encoding_profile
  @encoding_profile
end

#video_max_bitrate::Integer

Returns the value of attribute video_max_bitrate.

Returns:

  • (::Integer)


645
646
647
# File 'sig/types.rbs', line 645

def video_max_bitrate
  @video_max_bitrate
end