Module: Aws::MediaPackage::Client::_RotateChannelCredentialsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RotateChannelCredentialsResponse]
- 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
321 |
# File 'sig/client.rbs', line 321
def arn: () -> ::String
|
#created_at ⇒ ::String
322 |
# File 'sig/client.rbs', line 322
def created_at: () -> ::String
|
#description ⇒ ::String
323 |
# File 'sig/client.rbs', line 323
def description: () -> ::String
|
#egress_access_logs ⇒ Types::EgressAccessLogs
324 |
# File 'sig/client.rbs', line 324
def egress_access_logs: () -> Types::EgressAccessLogs
|
#hls_ingest ⇒ Types::HlsIngest
325 |
# File 'sig/client.rbs', line 325
def hls_ingest: () -> Types::HlsIngest
|
#id ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def id: () -> ::String
|
#ingress_access_logs ⇒ Types::IngressAccessLogs
327 |
# File 'sig/client.rbs', line 327
def ingress_access_logs: () -> Types::IngressAccessLogs
|
#tags ⇒ ::Hash[::String, ::String]
328 |
# File 'sig/client.rbs', line 328
def tags: () -> ::Hash[::String, ::String]
|