Class: Aws::Types::PackagingConfigurationCreateParameters

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:



402
403
404
# File 'sig/types.rbs', line 402

def cmaf_package
  @cmaf_package
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def dash_package
  @dash_package
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



404
405
406
# File 'sig/types.rbs', line 404

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def id
  @id
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



406
407
408
# File 'sig/types.rbs', line 406

def mss_package
  @mss_package
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def packaging_group_id
  @packaging_group_id
end

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

Returns the value of attribute tags.

Returns:

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


408
409
410
# File 'sig/types.rbs', line 408

def tags
  @tags
end