Class: Aws::Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
- 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.
3366 3367 3368 |
# File 'sig/types.rbs', line 3366 def master_user_arn @master_user_arn end |
#master_user_name ⇒ ::String
Returns the value of attribute master_user_name.
3367 3368 3369 |
# File 'sig/types.rbs', line 3367 def master_user_name @master_user_name end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
3368 3369 3370 |
# File 'sig/types.rbs', line 3368 def master_user_password @master_user_password end |