Class: Aws::Types::IbmDb2LuwDataProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::IbmDb2LuwDataProviderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#encryption_algorithm ⇒ ::Integer
Returns the value of attribute encryption_algorithm.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#s3_access_role_arn ⇒ ::String
Returns the value of attribute s3_access_role_arn.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
-
#security_mechanism ⇒ ::Integer
Returns the value of attribute security_mechanism.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
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.
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.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def encryption_algorithm @encryption_algorithm end |
#port ⇒ ::Integer
Returns the value of attribute port.
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.
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.
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.
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.
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.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def ssl_mode @ssl_mode end |