Class: Aws::Types::SybaseSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


3056
3057
3058
# File 'sig/types.rbs', line 3056

def database_name
  @database_name
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


3057
3058
3059
# File 'sig/types.rbs', line 3057

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3058
3059
3060
# File 'sig/types.rbs', line 3058

def port
  @port
end

#secrets_manager_access_role_arn::String

Returns the value of attribute secrets_manager_access_role_arn.

Returns:

  • (::String)


3061
3062
3063
# File 'sig/types.rbs', line 3061

def secrets_manager_access_role_arn
  @secrets_manager_access_role_arn
end

#secrets_manager_secret_id::String

Returns the value of attribute secrets_manager_secret_id.

Returns:

  • (::String)


3062
3063
3064
# File 'sig/types.rbs', line 3062

def secrets_manager_secret_id
  @secrets_manager_secret_id
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


3059
3060
3061
# File 'sig/types.rbs', line 3059

def server_name
  @server_name
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


3060
3061
3062
# File 'sig/types.rbs', line 3060

def username
  @username
end