Class: Aws::Types::CreatePackagingConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cmaf_packageTypes::CmafPackage

Returns the value of attribute cmaf_package.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def cmaf_package
  @cmaf_package
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def dash_package
  @dash_package
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def id
  @id
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def mss_package
  @mss_package
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def packaging_group_id
  @packaging_group_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


124
125
126
# File 'sig/types.rbs', line 124

def tags
  @tags
end