Module: Aws::MediaPackageVod::Client::_UpdatePackagingGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePackagingGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_asset_count ⇒ ::Integer
- #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
#approximate_asset_count ⇒ ::Integer
375 |
# File 'sig/client.rbs', line 375
def approximate_asset_count: () -> ::Integer
|
#arn ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def arn: () -> ::String
|
#authorization ⇒ Types::Authorization
377 |
# File 'sig/client.rbs', line 377
def authorization: () -> Types::Authorization
|
#created_at ⇒ ::String
378 |
# File 'sig/client.rbs', line 378
def created_at: () -> ::String
|
#domain_name ⇒ ::String
379 |
# File 'sig/client.rbs', line 379
def domain_name: () -> ::String
|
#egress_access_logs ⇒ Types::EgressAccessLogs
380 |
# File 'sig/client.rbs', line 380
def egress_access_logs: () -> Types::EgressAccessLogs
|
#id ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
382 |
# File 'sig/client.rbs', line 382
def tags: () -> ::Hash[::String, ::String]
|