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

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

Instance Attribute Details

#master_user_arnString

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

Returns:

  • (String)


15518
15519
15520
15521
15522
15523
15524
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15518

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)


15518
15519
15520
15521
15522
15523
15524
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15518

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)


15518
15519
15520
15521
15522
15523
15524
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15518

class AwsOpenSearchServiceDomainMasterUserOptionsDetails < Struct.new(
  :master_user_arn,
  :master_user_name,
  :master_user_password)
  SENSITIVE = []
  include Aws::Structure
end