Module: Aws::MediaPackageVod::Client::_DescribePackagingGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePackagingGroupResponse]
- 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
296 |
# File 'sig/client.rbs', line 296
def approximate_asset_count: () -> ::Integer
|
#arn ⇒ ::String
297 |
# File 'sig/client.rbs', line 297
def arn: () -> ::String
|
#authorization ⇒ Types::Authorization
298 |
# File 'sig/client.rbs', line 298
def authorization: () -> Types::Authorization
|
#created_at ⇒ ::String
299 |
# File 'sig/client.rbs', line 299
def created_at: () -> ::String
|
#domain_name ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def domain_name: () -> ::String
|
#egress_access_logs ⇒ Types::EgressAccessLogs
301 |
# File 'sig/client.rbs', line 301
def egress_access_logs: () -> Types::EgressAccessLogs
|
#id ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
303 |
# File 'sig/client.rbs', line 303
def tags: () -> ::Hash[::String, ::String]
|