Module: Aws::MediaPackageV2::Client::_CreateChannelGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateChannelGroupResponse]
- 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
130 |
# File 'sig/client.rbs', line 130
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
129 |
# File 'sig/client.rbs', line 129
def channel_group_name: () -> ::String
|
#created_at ⇒ ::Time
132 |
# File 'sig/client.rbs', line 132
def created_at: () -> ::Time
|
#description ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def description: () -> ::String
|
#egress_domain ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def egress_domain: () -> ::String
|
#etag ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def etag: () -> ::String
|
#modified_at ⇒ ::Time
133 |
# File 'sig/client.rbs', line 133
def modified_at: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
136 |
# File 'sig/client.rbs', line 136
def tags: () -> ::Hash[::String, ::String]
|