Class: Aws::Types::DocDbDataProviderSettings

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)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def certificate_arn
  @certificate_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def database_name
  @database_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def port
  @port
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def server_name
  @server_name
end

#ssl_mode"none", ...

Returns the value of attribute ssl_mode.

Returns:

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


1325
1326
1327
# File 'sig/types.rbs', line 1325

def ssl_mode
  @ssl_mode
end