Class: Aws::Types::IbmDb2zOsDataProviderSettings

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)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def certificate_arn
  @certificate_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def database_name
  @database_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def port
  @port
end

#s3_access_role_arn::String

Returns the value of attribute s3_access_role_arn.

Returns:

  • (::String)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def s3_access_role_arn
  @s3_access_role_arn
end

#s3_path::String

Returns the value of attribute s3_path.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def s3_path
  @s3_path
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def server_name
  @server_name
end

#ssl_mode"none", ...

Returns the value of attribute ssl_mode.

Returns:

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


1583
1584
1585
# File 'sig/types.rbs', line 1583

def ssl_mode
  @ssl_mode
end