Class: Aws::Types::SybaseAseDataProviderSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


3051
3052
3053
# File 'sig/types.rbs', line 3051

def certificate_arn
  @certificate_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


3048
3049
3050
# File 'sig/types.rbs', line 3048

def database_name
  @database_name
end

#encrypt_passwordBoolean

Returns the value of attribute encrypt_password.

Returns:

  • (Boolean)


3050
3051
3052
# File 'sig/types.rbs', line 3050

def encrypt_password
  @encrypt_password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3047
3048
3049
# File 'sig/types.rbs', line 3047

def port
  @port
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


3046
3047
3048
# File 'sig/types.rbs', line 3046

def server_name
  @server_name
end

#ssl_mode"none", ...

Returns the value of attribute ssl_mode.

Returns:

  • ("none", "require", "verify-ca", "verify-full")


3049
3050
3051
# File 'sig/types.rbs', line 3049

def ssl_mode
  @ssl_mode
end