Class: Aws::Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#internal_user_database_enabled ⇒ Boolean
Returns the value of attribute internal_user_database_enabled.
-
#master_user_options ⇒ Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
Returns the value of attribute master_user_options.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3293 3294 3295 |
# File 'sig/types.rbs', line 3293 def enabled @enabled end |
#internal_user_database_enabled ⇒ Boolean
Returns the value of attribute internal_user_database_enabled.
3294 3295 3296 |
# File 'sig/types.rbs', line 3294 def internal_user_database_enabled @internal_user_database_enabled end |
#master_user_options ⇒ Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
Returns the value of attribute master_user_options.
3295 3296 3297 |
# File 'sig/types.rbs', line 3295 def @master_user_options end |