Module: Aws::MediaPackage::Client::_CreateChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateChannelResponse]
- 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
106 |
# File 'sig/client.rbs', line 106 def arn: () -> ::String |
#created_at ⇒ ::String
107 |
# File 'sig/client.rbs', line 107 def created_at: () -> ::String |
#description ⇒ ::String
108 |
# File 'sig/client.rbs', line 108 def description: () -> ::String |
#egress_access_logs ⇒ Types::EgressAccessLogs
109 |
# File 'sig/client.rbs', line 109 def egress_access_logs: () -> Types::EgressAccessLogs |
#hls_ingest ⇒ Types::HlsIngest
110 |
# File 'sig/client.rbs', line 110 def hls_ingest: () -> Types::HlsIngest |
#id ⇒ ::String
111 |
# File 'sig/client.rbs', line 111 def id: () -> ::String |
#ingress_access_logs ⇒ Types::IngressAccessLogs
112 |
# File 'sig/client.rbs', line 112 def ingress_access_logs: () -> Types::IngressAccessLogs |
#tags ⇒ ::Hash[::String, ::String]
113 |
# File 'sig/client.rbs', line 113 def tags: () -> ::Hash[::String, ::String] |