Class: Aws::Types::ServiceAccountCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ServiceAccountCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#account_password ⇒ ::String
Returns the value of attribute account_password.
Instance Attribute Details
#account_name ⇒ ::String
Returns the value of attribute account_name.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def account_name @account_name end |
#account_password ⇒ ::String
Returns the value of attribute account_password.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def account_password @account_password end |