Module: Aws::MediaPackageV2::Client::_UpdateChannelGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateChannelGroupResponse]
- 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
606 |
# File 'sig/client.rbs', line 606
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def channel_group_name: () -> ::String
|
#created_at ⇒ ::Time
608 |
# File 'sig/client.rbs', line 608
def created_at: () -> ::Time
|
#description ⇒ ::String
610 |
# File 'sig/client.rbs', line 610
def description: () -> ::String
|
#egress_domain ⇒ ::String
607 |
# File 'sig/client.rbs', line 607
def egress_domain: () -> ::String
|
#etag ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def etag: () -> ::String
|
#modified_at ⇒ ::Time
609 |
# File 'sig/client.rbs', line 609
def modified_at: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
612 |
# File 'sig/client.rbs', line 612
def tags: () -> ::Hash[::String, ::String]
|