Class: Aws::Types::CreatePackagingConfigurationResponse

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)


129
130
131
# File 'sig/types.rbs', line 129

def arn
  @arn
end

#cmaf_packageTypes::CmafPackage

Returns the value of attribute cmaf_package.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def cmaf_package
  @cmaf_package
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def created_at
  @created_at
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def dash_package
  @dash_package
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def id
  @id
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def mss_package
  @mss_package
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def packaging_group_id
  @packaging_group_id
end

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

Returns the value of attribute tags.

Returns:

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


137
138
139
# File 'sig/types.rbs', line 137

def tags
  @tags
end