Module: Aws::MediaPackageVod::Client::_CreatePackagingConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePackagingConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cmaf_package ⇒ Types::CmafPackage
- #created_at ⇒ ::String
- #dash_package ⇒ Types::DashPackage
- #hls_package ⇒ Types::HlsPackage
- #id ⇒ ::String
- #mss_package ⇒ Types::MssPackage
- #packaging_group_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def arn: () -> ::String
|
#cmaf_package ⇒ Types::CmafPackage
126 |
# File 'sig/client.rbs', line 126
def cmaf_package: () -> Types::CmafPackage
|
#created_at ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def created_at: () -> ::String
|
#dash_package ⇒ Types::DashPackage
128 |
# File 'sig/client.rbs', line 128
def dash_package: () -> Types::DashPackage
|
#hls_package ⇒ Types::HlsPackage
129 |
# File 'sig/client.rbs', line 129
def hls_package: () -> Types::HlsPackage
|
#id ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def id: () -> ::String
|
#mss_package ⇒ Types::MssPackage
131 |
# File 'sig/client.rbs', line 131
def mss_package: () -> Types::MssPackage
|
#packaging_group_id ⇒ ::String
132 |
# File 'sig/client.rbs', line 132
def packaging_group_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
133 |
# File 'sig/client.rbs', line 133
def tags: () -> ::Hash[::String, ::String]
|