Class: Aws::Types::ManagedEndpointCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ManagedEndpointCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4455 4456 4457 |
# File 'sig/types.rbs', line 4455 def id @id end |
#token ⇒ ::String
Returns the value of attribute token.
4456 4457 4458 |
# File 'sig/types.rbs', line 4456 def token @token end |