Class: Aws::Types::PackagingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def arn
  @arn
end

#cmaf_packageTypes::CmafPackage

Returns the value of attribute cmaf_package.

Returns:



390
391
392
# File 'sig/types.rbs', line 390

def cmaf_package
  @cmaf_package
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def created_at
  @created_at
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def dash_package
  @dash_package
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def id
  @id
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def mss_package
  @mss_package
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def packaging_group_id
  @packaging_group_id
end

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

Returns the value of attribute tags.

Returns:

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


397
398
399
# File 'sig/types.rbs', line 397

def tags
  @tags
end