Module: Aws::MediaPackage::Client::_RotateIngestEndpointCredentialsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RotateIngestEndpointCredentialsResponse]
- 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
338 |
# File 'sig/client.rbs', line 338 def arn: () -> ::String |
#created_at ⇒ ::String
339 |
# File 'sig/client.rbs', line 339 def created_at: () -> ::String |
#description ⇒ ::String
340 |
# File 'sig/client.rbs', line 340 def description: () -> ::String |
#egress_access_logs ⇒ Types::EgressAccessLogs
341 |
# File 'sig/client.rbs', line 341 def egress_access_logs: () -> Types::EgressAccessLogs |
#hls_ingest ⇒ Types::HlsIngest
342 |
# File 'sig/client.rbs', line 342 def hls_ingest: () -> Types::HlsIngest |
#id ⇒ ::String
343 |
# File 'sig/client.rbs', line 343 def id: () -> ::String |
#ingress_access_logs ⇒ Types::IngressAccessLogs
344 |
# File 'sig/client.rbs', line 344 def ingress_access_logs: () -> Types::IngressAccessLogs |
#tags ⇒ ::Hash[::String, ::String]
345 |
# File 'sig/client.rbs', line 345 def tags: () -> ::Hash[::String, ::String] |