Class: Aws::Types::AwsOpenSearchServiceDomainMasterUserOptionsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#master_user_arn::String

Returns the value of attribute master_user_arn.

Returns:

  • (::String)


3366
3367
3368
# File 'sig/types.rbs', line 3366

def master_user_arn
  @master_user_arn
end

#master_user_name::String

Returns the value of attribute master_user_name.

Returns:

  • (::String)


3367
3368
3369
# File 'sig/types.rbs', line 3367

def master_user_name
  @master_user_name
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


3368
3369
3370
# File 'sig/types.rbs', line 3368

def master_user_password
  @master_user_password
end