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)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def master_user_arn
  @master_user_arn
end

#master_user_name::String

Returns the value of attribute master_user_name.

Returns:

  • (::String)


1820
1821
1822
# File 'sig/types.rbs', line 1820

def master_user_name
  @master_user_name
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def master_user_password
  @master_user_password
end