Class: Aws::Types::RdsDbUserDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application::String

Returns the value of attribute application.

Returns:

  • (::String)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def application
  @application
end

#auth_method::String

Returns the value of attribute auth_method.

Returns:

  • (::String)


2505
2506
2507
# File 'sig/types.rbs', line 2505

def auth_method
  @auth_method
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def database
  @database
end

#ssl::String

Returns the value of attribute ssl.

Returns:

  • (::String)


2504
2505
2506
# File 'sig/types.rbs', line 2504

def ssl
  @ssl
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


2501
2502
2503
# File 'sig/types.rbs', line 2501

def user
  @user
end