Class: Aws::Types::RotateIngestEndpointCredentialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RotateIngestEndpointCredentialsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ingest_endpoint_id ⇒ ::String
Returns the value of attribute ingest_endpoint_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
543 544 545 |
# File 'sig/types.rbs', line 543 def id @id end |
#ingest_endpoint_id ⇒ ::String
Returns the value of attribute ingest_endpoint_id.
544 545 546 |
# File 'sig/types.rbs', line 544 def ingest_endpoint_id @ingest_endpoint_id end |