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.
15528 15529 15530 15531 15532 15533 15534 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15528 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.
15528 15529 15530 15531 15532 15533 15534 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15528 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.
15528 15529 15530 15531 15532 15533 15534 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15528 class AwsOpenSearchServiceDomainMasterUserOptionsDetails < Struct.new( :master_user_arn, :master_user_name, :master_user_password) SENSITIVE = [] include Aws::Structure end |