Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about domain access control options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enables fine-grained access control.
-
#internal_user_database_enabled ⇒ Boolean
Enables the internal user database.
-
#master_user_options ⇒ Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
Specifies information about the master user of the domain.
Instance Attribute Details
#enabled ⇒ Boolean
Enables fine-grained access control.
15212 15213 15214 15215 15216 15217 15218 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15212 class AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails < Struct.new( :enabled, :internal_user_database_enabled, :master_user_options) SENSITIVE = [] include Aws::Structure end |
#internal_user_database_enabled ⇒ Boolean
Enables the internal user database.
15212 15213 15214 15215 15216 15217 15218 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15212 class AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails < Struct.new( :enabled, :internal_user_database_enabled, :master_user_options) SENSITIVE = [] include Aws::Structure end |
#master_user_options ⇒ Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
Specifies information about the master user of the domain.
15212 15213 15214 15215 15216 15217 15218 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15212 class AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails < Struct.new( :enabled, :internal_user_database_enabled, :master_user_options) SENSITIVE = [] include Aws::Structure end |