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