Class: Aws::Types::MasterUserOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_user_name, :master_user_password])

Instance Attribute Summary collapse

Instance Attribute Details

#master_user_arn::String

Returns the value of attribute master_user_arn.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def master_user_arn
  @master_user_arn
end

#master_user_name::String

Returns the value of attribute master_user_name.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def master_user_name
  @master_user_name
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def master_user_password
  @master_user_password
end