Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies information about the master user of the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#master_user_arn ⇒ String
The Amazon Resource Name (ARN) for the master user.
-
#master_user_name ⇒ String
The username for the master user.
-
#master_user_password ⇒ String
The password for the master user.
Instance Attribute Details
#master_user_arn ⇒ String
The Amazon Resource Name (ARN) for the master user.
15521 15522 15523 15524 15525 15526 15527 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15521 class AwsOpenSearchServiceDomainMasterUserOptionsDetails < Struct.new( :master_user_arn, :master_user_name, :master_user_password) SENSITIVE = [] include Aws::Structure end |
#master_user_name ⇒ String
The username for the master user.
15521 15522 15523 15524 15525 15526 15527 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15521 class AwsOpenSearchServiceDomainMasterUserOptionsDetails < Struct.new( :master_user_arn, :master_user_name, :master_user_password) SENSITIVE = [] include Aws::Structure end |
#master_user_password ⇒ String
The password for the master user.
15521 15522 15523 15524 15525 15526 15527 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15521 class AwsOpenSearchServiceDomainMasterUserOptionsDetails < Struct.new( :master_user_arn, :master_user_name, :master_user_password) SENSITIVE = [] include Aws::Structure end |