Class: Aws::Types::IBMDb2Settings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#current_lsn::String

Returns the value of attribute current_lsn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def database_name
  @database_name
end

#keep_csv_filesBoolean

Returns the value of attribute keep_csv_files.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def server_name
  @server_name
end

#set_data_capture_changesBoolean

Returns the value of attribute set_data_capture_changes.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1560
1561
1562
# File 'sig/types.rbs', line 1560

def write_buffer_size
  @write_buffer_size
end