Class: Aws::Types::ConnectionCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
-
#expiry ⇒ ::String
Returns the value of attribute expiry.
Instance Attribute Details
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
60 61 62 |
# File 'sig/types.rbs', line 60 def connection_token @connection_token end |
#expiry ⇒ ::String
Returns the value of attribute expiry.
61 62 63 |
# File 'sig/types.rbs', line 61 def expiry @expiry end |