Class: Aws::Types::RedshiftSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_any_dateBoolean

Returns the value of attribute accept_any_date.

Returns:

  • (Boolean)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def accept_any_date
  @accept_any_date
end

#after_connect_script::String

Returns the value of attribute after_connect_script.

Returns:

  • (::String)


2378
2379
2380
# File 'sig/types.rbs', line 2378

def after_connect_script
  @after_connect_script
end

#bucket_folder::String

Returns the value of attribute bucket_folder.

Returns:

  • (::String)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def bucket_folder
  @bucket_folder
end

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


2380
2381
2382
# File 'sig/types.rbs', line 2380

def bucket_name
  @bucket_name
end

#case_sensitive_namesBoolean

Returns the value of attribute case_sensitive_names.

Returns:

  • (Boolean)


2381
2382
2383
# File 'sig/types.rbs', line 2381

def case_sensitive_names
  @case_sensitive_names
end

#comp_updateBoolean

Returns the value of attribute comp_update.

Returns:

  • (Boolean)


2382
2383
2384
# File 'sig/types.rbs', line 2382

def comp_update
  @comp_update
end

#connection_timeout::Integer

Returns the value of attribute connection_timeout.

Returns:

  • (::Integer)


2383
2384
2385
# File 'sig/types.rbs', line 2383

def connection_timeout
  @connection_timeout
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def database_name
  @database_name
end

#date_format::String

Returns the value of attribute date_format.

Returns:

  • (::String)


2385
2386
2387
# File 'sig/types.rbs', line 2385

def date_format
  @date_format
end

#empty_as_nullBoolean

Returns the value of attribute empty_as_null.

Returns:

  • (Boolean)


2386
2387
2388
# File 'sig/types.rbs', line 2386

def empty_as_null
  @empty_as_null
end

#encryption_mode"sse-s3", "sse-kms"

Returns the value of attribute encryption_mode.

Returns:

  • ("sse-s3", "sse-kms")


2387
2388
2389
# File 'sig/types.rbs', line 2387

def encryption_mode
  @encryption_mode
end

#explicit_idsBoolean

Returns the value of attribute explicit_ids.

Returns:

  • (Boolean)


2388
2389
2390
# File 'sig/types.rbs', line 2388

def explicit_ids
  @explicit_ids
end

#file_transfer_upload_streams::Integer

Returns the value of attribute file_transfer_upload_streams.

Returns:

  • (::Integer)


2389
2390
2391
# File 'sig/types.rbs', line 2389

def file_transfer_upload_streams
  @file_transfer_upload_streams
end

#load_timeout::Integer

Returns the value of attribute load_timeout.

Returns:

  • (::Integer)


2390
2391
2392
# File 'sig/types.rbs', line 2390

def load_timeout
  @load_timeout
end

#map_boolean_as_booleanBoolean

Returns the value of attribute map_boolean_as_boolean.

Returns:

  • (Boolean)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def map_boolean_as_boolean
  @map_boolean_as_boolean
end

#max_file_size::Integer

Returns the value of attribute max_file_size.

Returns:

  • (::Integer)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def max_file_size
  @max_file_size
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def port
  @port
end

#remove_quotesBoolean

Returns the value of attribute remove_quotes.

Returns:

  • (Boolean)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def remove_quotes
  @remove_quotes
end

#replace_chars::String

Returns the value of attribute replace_chars.

Returns:

  • (::String)


2396
2397
2398
# File 'sig/types.rbs', line 2396

def replace_chars
  @replace_chars
end

#replace_invalid_chars::String

Returns the value of attribute replace_invalid_chars.

Returns:

  • (::String)


2395
2396
2397
# File 'sig/types.rbs', line 2395

def replace_invalid_chars
  @replace_invalid_chars
end

#secrets_manager_access_role_arn::String

Returns the value of attribute secrets_manager_access_role_arn.

Returns:

  • (::String)


2405
2406
2407
# File 'sig/types.rbs', line 2405

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)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def secrets_manager_secret_id
  @secrets_manager_secret_id
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def server_name
  @server_name
end

#server_side_encryption_kms_key_id::String

Returns the value of attribute server_side_encryption_kms_key_id.

Returns:

  • (::String)


2399
2400
2401
# File 'sig/types.rbs', line 2399

def server_side_encryption_kms_key_id
  @server_side_encryption_kms_key_id
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


2398
2399
2400
# File 'sig/types.rbs', line 2398

def service_access_role_arn
  @service_access_role_arn
end

#time_format::String

Returns the value of attribute time_format.

Returns:

  • (::String)


2400
2401
2402
# File 'sig/types.rbs', line 2400

def time_format
  @time_format
end

#trim_blanksBoolean

Returns the value of attribute trim_blanks.

Returns:

  • (Boolean)


2401
2402
2403
# File 'sig/types.rbs', line 2401

def trim_blanks
  @trim_blanks
end

#truncate_columnsBoolean

Returns the value of attribute truncate_columns.

Returns:

  • (Boolean)


2402
2403
2404
# File 'sig/types.rbs', line 2402

def truncate_columns
  @truncate_columns
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2403
2404
2405
# File 'sig/types.rbs', line 2403

def username
  @username
end

#write_buffer_size::Integer

Returns the value of attribute write_buffer_size.

Returns:

  • (::Integer)


2404
2405
2406
# File 'sig/types.rbs', line 2404

def write_buffer_size
  @write_buffer_size
end