Class: Aws::Types::InstanceCredentials
- Inherits:
-
Object
- Object
- Aws::Types::InstanceCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#secret ⇒ ::String
Returns the value of attribute secret.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#secret ⇒ ::String
Returns the value of attribute secret.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def secret @secret end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def user_name @user_name end |