Module: Aws::MediaPackage::Client::_DescribeChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::String
- #description ⇒ ::String
- #egress_access_logs ⇒ Types::EgressAccessLogs
- #hls_ingest ⇒ Types::HlsIngest
- #id ⇒ ::String
- #ingress_access_logs ⇒ Types::IngressAccessLogs
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
211 |
# File 'sig/client.rbs', line 211 def arn: () -> ::String |
#created_at ⇒ ::String
212 |
# File 'sig/client.rbs', line 212 def created_at: () -> ::String |
#description ⇒ ::String
213 |
# File 'sig/client.rbs', line 213 def description: () -> ::String |
#egress_access_logs ⇒ Types::EgressAccessLogs
214 |
# File 'sig/client.rbs', line 214 def egress_access_logs: () -> Types::EgressAccessLogs |
#hls_ingest ⇒ Types::HlsIngest
215 |
# File 'sig/client.rbs', line 215 def hls_ingest: () -> Types::HlsIngest |
#id ⇒ ::String
216 |
# File 'sig/client.rbs', line 216 def id: () -> ::String |
#ingress_access_logs ⇒ Types::IngressAccessLogs
217 |
# File 'sig/client.rbs', line 217 def ingress_access_logs: () -> Types::IngressAccessLogs |
#tags ⇒ ::Hash[::String, ::String]
218 |
# File 'sig/client.rbs', line 218 def tags: () -> ::Hash[::String, ::String] |