Class: Aws::Types::DescribePackagingConfigurationResponse

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)


234
235
236
# File 'sig/types.rbs', line 234

def arn
  @arn
end

#cmaf_packageTypes::CmafPackage

Returns the value of attribute cmaf_package.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def cmaf_package
  @cmaf_package
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def created_at
  @created_at
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def dash_package
  @dash_package
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def id
  @id
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def mss_package
  @mss_package
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def packaging_group_id
  @packaging_group_id
end

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

Returns the value of attribute tags.

Returns:

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


242
243
244
# File 'sig/types.rbs', line 242

def tags
  @tags
end