Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
15652 15653 15654 15655 15656 15657 15658 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15652 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.
15652 15653 15654 15655 15656 15657 15658 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15652 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.
15652 15653 15654 15655 15656 15657 15658 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15652 class AwsOpenSearchServiceDomainMasterUserOptionsDetails < Struct.new( :master_user_arn, :master_user_name, :master_user_password) SENSITIVE = [] include Aws::Structure end |