Class: Aws::Types::MicrosoftSqlServerDataProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::MicrosoftSqlServerDataProviderSettings
- 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.
-
#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.
-
#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.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def certificate_arn @certificate_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def database_name @database_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def port @port end |
#s3_access_role_arn ⇒ ::String
Returns the value of attribute s3_access_role_arn.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def s3_access_role_arn @s3_access_role_arn end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def s3_path @s3_path end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def server_name @server_name end |
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def ssl_mode @ssl_mode end |