Class: Aws::Types::MySqlDataProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::MySqlDataProviderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#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.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def certificate_arn @certificate_arn end |
#port ⇒ ::Integer
Returns the value of attribute port.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def port @port end |
#s3_access_role_arn ⇒ ::String
Returns the value of attribute s3_access_role_arn.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def s3_access_role_arn @s3_access_role_arn end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def s3_path @s3_path end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def server_name @server_name end |
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def ssl_mode @ssl_mode end |