Class: Aws::Types::SybaseAseDataProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::SybaseAseDataProviderSettings
- 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.
-
#encrypt_password ⇒ Boolean
Returns the value of attribute encrypt_password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#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.
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.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def database_name @database_name end |
#encrypt_password ⇒ Boolean
Returns the value of attribute encrypt_password.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def encrypt_password @encrypt_password end |
#port ⇒ ::Integer
Returns the value of attribute port.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def port @port end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
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.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def ssl_mode @ssl_mode end |