Class: Aws::Types::IbmDb2LuwDataProviderSettings

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)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def certificate_arn
  @certificate_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def database_name
  @database_name
end

#encryption_algorithm::Integer

Returns the value of attribute encryption_algorithm.

Returns:

  • (::Integer)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def encryption_algorithm
  @encryption_algorithm
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def port
  @port
end

#s3_access_role_arn::String

Returns the value of attribute s3_access_role_arn.

Returns:

  • (::String)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def s3_access_role_arn
  @s3_access_role_arn
end

#s3_path::String

Returns the value of attribute s3_path.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def s3_path
  @s3_path
end

#security_mechanism::Integer

Returns the value of attribute security_mechanism.

Returns:

  • (::Integer)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def security_mechanism
  @security_mechanism
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def server_name
  @server_name
end

#ssl_mode"none", ...

Returns the value of attribute ssl_mode.

Returns:

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


1570
1571
1572
# File 'sig/types.rbs', line 1570

def ssl_mode
  @ssl_mode
end