Class: Aws::Types::MasterUserOptions
- Inherits:
-
Object
- Object
- Aws::Types::MasterUserOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#master_user_arn ⇒ ::String
Returns the value of attribute master_user_arn.
-
#master_user_name ⇒ ::String
Returns the value of attribute master_user_name.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
Instance Attribute Details
#master_user_arn ⇒ ::String
Returns the value of attribute master_user_arn.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def master_user_arn @master_user_arn end |
#master_user_name ⇒ ::String
Returns the value of attribute master_user_name.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def master_user_name @master_user_name end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def master_user_password @master_user_password end |