Module: Aws::MediaPackageVod::Client::_CreatePackagingGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePackagingGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #authorization ⇒ Types::Authorization
- #created_at ⇒ ::String
- #domain_name ⇒ ::String
- #egress_access_logs ⇒ Types::EgressAccessLogs
- #id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def arn: () -> ::String
|
#authorization ⇒ Types::Authorization
210 |
# File 'sig/client.rbs', line 210
def authorization: () -> Types::Authorization
|
#created_at ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def created_at: () -> ::String
|
#domain_name ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def domain_name: () -> ::String
|
#egress_access_logs ⇒ Types::EgressAccessLogs
213 |
# File 'sig/client.rbs', line 213
def egress_access_logs: () -> Types::EgressAccessLogs
|
#id ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
215 |
# File 'sig/client.rbs', line 215
def tags: () -> ::Hash[::String, ::String]
|