Class: Aws::Types::MySQLSettings
- Inherits:
-
Object
- Object
- Aws::Types::MySQLSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_connect_script ⇒ ::String
Returns the value of attribute after_connect_script.
-
#authentication_method ⇒ "password", "iam"
Returns the value of attribute authentication_method.
-
#clean_source_metadata_on_mismatch ⇒ Boolean
Returns the value of attribute clean_source_metadata_on_mismatch.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#events_poll_interval ⇒ ::Integer
Returns the value of attribute events_poll_interval.
-
#execute_timeout ⇒ ::Integer
Returns the value of attribute execute_timeout.
-
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
-
#parallel_load_threads ⇒ ::Integer
Returns the value of attribute parallel_load_threads.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
-
#secrets_manager_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_secret_id.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#server_timezone ⇒ ::String
Returns the value of attribute server_timezone.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#target_db_type ⇒ "specific-database", "multiple-databases"
Returns the value of attribute target_db_type.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#after_connect_script ⇒ ::String
Returns the value of attribute after_connect_script.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def after_connect_script @after_connect_script end |
#authentication_method ⇒ "password", "iam"
Returns the value of attribute authentication_method.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def authentication_method @authentication_method end |
#clean_source_metadata_on_mismatch ⇒ Boolean
Returns the value of attribute clean_source_metadata_on_mismatch.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def @clean_source_metadata_on_mismatch end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def database_name @database_name end |
#events_poll_interval ⇒ ::Integer
Returns the value of attribute events_poll_interval.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def events_poll_interval @events_poll_interval end |
#execute_timeout ⇒ ::Integer
Returns the value of attribute execute_timeout.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def execute_timeout @execute_timeout end |
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def max_file_size @max_file_size end |
#parallel_load_threads ⇒ ::Integer
Returns the value of attribute parallel_load_threads.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def parallel_load_threads @parallel_load_threads end |
#password ⇒ ::String
Returns the value of attribute password.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def port @port end |
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def secrets_manager_access_role_arn @secrets_manager_access_role_arn end |
#secrets_manager_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_secret_id.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def secrets_manager_secret_id @secrets_manager_secret_id end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def server_name @server_name end |
#server_timezone ⇒ ::String
Returns the value of attribute server_timezone.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def server_timezone @server_timezone end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def service_access_role_arn @service_access_role_arn end |
#target_db_type ⇒ "specific-database", "multiple-databases"
Returns the value of attribute target_db_type.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def target_db_type @target_db_type end |
#username ⇒ ::String
Returns the value of attribute username.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def username @username end |