Module: Aws::MediaPackageV2::Client::_GetChannelGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetChannelGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_group_name ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #egress_domain ⇒ ::String
- #etag ⇒ ::String
- #modified_at ⇒ ::Time
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
337 |
# File 'sig/client.rbs', line 337
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def channel_group_name: () -> ::String
|
#created_at ⇒ ::Time
339 |
# File 'sig/client.rbs', line 339
def created_at: () -> ::Time
|
#description ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def description: () -> ::String
|
#egress_domain ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def egress_domain: () -> ::String
|
#etag ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def etag: () -> ::String
|
#modified_at ⇒ ::Time
340 |
# File 'sig/client.rbs', line 340
def modified_at: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
343 |
# File 'sig/client.rbs', line 343
def tags: () -> ::Hash[::String, ::String]
|