Class: Aws::Types::IBMDb2Settings
- Inherits:
-
Object
- Object
- Aws::Types::IBMDb2Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_lsn ⇒ ::String
Returns the value of attribute current_lsn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#keep_csv_files ⇒ Boolean
Returns the value of attribute keep_csv_files.
-
#load_timeout ⇒ ::Integer
Returns the value of attribute load_timeout.
-
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
-
#max_k_bytes_per_read ⇒ ::Integer
Returns the value of attribute max_k_bytes_per_read.
-
#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.
-
#set_data_capture_changes ⇒ Boolean
Returns the value of attribute set_data_capture_changes.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#write_buffer_size ⇒ ::Integer
Returns the value of attribute write_buffer_size.
Instance Attribute Details
#current_lsn ⇒ ::String
Returns the value of attribute current_lsn.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def current_lsn @current_lsn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def database_name @database_name end |
#keep_csv_files ⇒ Boolean
Returns the value of attribute keep_csv_files.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def keep_csv_files @keep_csv_files end |
#load_timeout ⇒ ::Integer
Returns the value of attribute load_timeout.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def load_timeout @load_timeout end |
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def max_file_size @max_file_size end |
#max_k_bytes_per_read ⇒ ::Integer
Returns the value of attribute max_k_bytes_per_read.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def max_k_bytes_per_read @max_k_bytes_per_read end |
#password ⇒ ::String
Returns the value of attribute password.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def port @port end |
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 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.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def secrets_manager_secret_id @secrets_manager_secret_id end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def server_name @server_name end |
#set_data_capture_changes ⇒ Boolean
Returns the value of attribute set_data_capture_changes.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def set_data_capture_changes @set_data_capture_changes end |
#username ⇒ ::String
Returns the value of attribute username.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def username @username end |
#write_buffer_size ⇒ ::Integer
Returns the value of attribute write_buffer_size.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def write_buffer_size @write_buffer_size end |