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
335 |
# File 'sig/client.rbs', line 335
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def channel_group_name: () -> ::String
|
#created_at ⇒ ::Time
337 |
# File 'sig/client.rbs', line 337
def created_at: () -> ::Time
|
#description ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def description: () -> ::String
|
#egress_domain ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def egress_domain: () -> ::String
|
#etag ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def etag: () -> ::String
|
#modified_at ⇒ ::Time
338 |
# File 'sig/client.rbs', line 338
def modified_at: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
341 |
# File 'sig/client.rbs', line 341
def tags: () -> ::Hash[::String, ::String]
|