Module: Aws::MediaPackage::Client::_UpdateChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateChannelResponse]
- 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
370 |
# File 'sig/client.rbs', line 370
def arn: () -> ::String
|
#created_at ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def created_at: () -> ::String
|
#description ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def description: () -> ::String
|
#egress_access_logs ⇒ Types::EgressAccessLogs
373 |
# File 'sig/client.rbs', line 373
def egress_access_logs: () -> Types::EgressAccessLogs
|
#hls_ingest ⇒ Types::HlsIngest
374 |
# File 'sig/client.rbs', line 374
def hls_ingest: () -> Types::HlsIngest
|
#id ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def id: () -> ::String
|
#ingress_access_logs ⇒ Types::IngressAccessLogs
376 |
# File 'sig/client.rbs', line 376
def ingress_access_logs: () -> Types::IngressAccessLogs
|
#tags ⇒ ::Hash[::String, ::String]
377 |
# File 'sig/client.rbs', line 377
def tags: () -> ::Hash[::String, ::String]
|