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
602 |
# File 'sig/client.rbs', line 602
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
601 |
# File 'sig/client.rbs', line 601
def channel_group_name: () -> ::String
|
#created_at ⇒ ::Time
604 |
# File 'sig/client.rbs', line 604
def created_at: () -> ::Time
|
#description ⇒ ::String
606 |
# File 'sig/client.rbs', line 606
def description: () -> ::String
|
#egress_domain ⇒ ::String
603 |
# File 'sig/client.rbs', line 603
def egress_domain: () -> ::String
|
#etag ⇒ ::String
607 |
# File 'sig/client.rbs', line 607
def etag: () -> ::String
|
#modified_at ⇒ ::Time
605 |
# File 'sig/client.rbs', line 605
def modified_at: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
608 |
# File 'sig/client.rbs', line 608
def tags: () -> ::Hash[::String, ::String]
|