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.
4456 4457 4458 |
# File 'sig/types.rbs', line 4456 def id @id end |
#token ⇒ ::String
Returns the value of attribute token.
4457 4458 4459 |
# File 'sig/types.rbs', line 4457 def token @token end |