Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
15343 15344 15345 15346 15347 15348 15349 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15343 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.
15343 15344 15345 15346 15347 15348 15349 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15343 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.
15343 15344 15345 15346 15347 15348 15349 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15343 class AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails < Struct.new( :enabled, :internal_user_database_enabled, :master_user_options) SENSITIVE = [] include Aws::Structure end |