Class: Aws::Types::GcpMySQLSettings
- Inherits:
-
Object
- Object
- Aws::Types::GcpMySQLSettings
- 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.
-
#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.
-
#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.
-
#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.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def after_connect_script @after_connect_script end |
#clean_source_metadata_on_mismatch ⇒ Boolean
Returns the value of attribute clean_source_metadata_on_mismatch.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def @clean_source_metadata_on_mismatch end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def database_name @database_name end |
#events_poll_interval ⇒ ::Integer
Returns the value of attribute events_poll_interval.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def events_poll_interval @events_poll_interval end |
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def max_file_size @max_file_size end |
#parallel_load_threads ⇒ ::Integer
Returns the value of attribute parallel_load_threads.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def parallel_load_threads @parallel_load_threads end |
#password ⇒ ::String
Returns the value of attribute password.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def port @port end |
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 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.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def secrets_manager_secret_id @secrets_manager_secret_id end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def server_name @server_name end |
#server_timezone ⇒ ::String
Returns the value of attribute server_timezone.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def server_timezone @server_timezone end |
#target_db_type ⇒ "specific-database", "multiple-databases"
Returns the value of attribute target_db_type.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def target_db_type @target_db_type end |
#username ⇒ ::String
Returns the value of attribute username.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def username @username end |