Class: Aws::Types::RotateIngestEndpointCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::RotateIngestEndpointCredentialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
-
#hls_ingest ⇒ Types::HlsIngest
Returns the value of attribute hls_ingest.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ingress_access_logs ⇒ Types::IngressAccessLogs
Returns the value of attribute ingress_access_logs.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
549 550 551 |
# File 'sig/types.rbs', line 549 def arn @arn end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
550 551 552 |
# File 'sig/types.rbs', line 550 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
551 552 553 |
# File 'sig/types.rbs', line 551 def description @description end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
552 553 554 |
# File 'sig/types.rbs', line 552 def egress_access_logs @egress_access_logs end |
#hls_ingest ⇒ Types::HlsIngest
Returns the value of attribute hls_ingest.
553 554 555 |
# File 'sig/types.rbs', line 553 def hls_ingest @hls_ingest end |
#id ⇒ ::String
Returns the value of attribute id.
554 555 556 |
# File 'sig/types.rbs', line 554 def id @id end |
#ingress_access_logs ⇒ Types::IngressAccessLogs
Returns the value of attribute ingress_access_logs.
555 556 557 |
# File 'sig/types.rbs', line 555 def ingress_access_logs @ingress_access_logs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
556 557 558 |
# File 'sig/types.rbs', line 556 def end |