Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#master_user_arnString

The Amazon Resource Name (ARN) for the master user.

Returns:

  • (String)


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_nameString

The username for the master user.

Returns:

  • (String)


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_passwordString

The password for the master user.

Returns:

  • (String)


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