Class: Aws::Types::Credentials
- Inherits:
-
Object
- Object
- Aws::Types::Credentials
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#token ⇒ ::String
Returns the value of attribute token.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#token ⇒ ::String
Returns the value of attribute token.
158 159 160 |
# File 'sig/types.rbs', line 158 def token @token end |
#unknown ⇒ Object
Returns the value of attribute unknown.
159 160 161 |
# File 'sig/types.rbs', line 159 def unknown @unknown end |