Class: Aws::Types::RedshiftSettings
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_any_date ⇒ Boolean
Returns the value of attribute accept_any_date.
-
#after_connect_script ⇒ ::String
Returns the value of attribute after_connect_script.
-
#bucket_folder ⇒ ::String
Returns the value of attribute bucket_folder.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#case_sensitive_names ⇒ Boolean
Returns the value of attribute case_sensitive_names.
-
#comp_update ⇒ Boolean
Returns the value of attribute comp_update.
-
#connection_timeout ⇒ ::Integer
Returns the value of attribute connection_timeout.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#date_format ⇒ ::String
Returns the value of attribute date_format.
-
#empty_as_null ⇒ Boolean
Returns the value of attribute empty_as_null.
-
#encryption_mode ⇒ "sse-s3", "sse-kms"
Returns the value of attribute encryption_mode.
-
#explicit_ids ⇒ Boolean
Returns the value of attribute explicit_ids.
-
#file_transfer_upload_streams ⇒ ::Integer
Returns the value of attribute file_transfer_upload_streams.
-
#load_timeout ⇒ ::Integer
Returns the value of attribute load_timeout.
-
#map_boolean_as_boolean ⇒ Boolean
Returns the value of attribute map_boolean_as_boolean.
-
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#remove_quotes ⇒ Boolean
Returns the value of attribute remove_quotes.
-
#replace_chars ⇒ ::String
Returns the value of attribute replace_chars.
-
#replace_invalid_chars ⇒ ::String
Returns the value of attribute replace_invalid_chars.
-
#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_side_encryption_kms_key_id ⇒ ::String
Returns the value of attribute server_side_encryption_kms_key_id.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#time_format ⇒ ::String
Returns the value of attribute time_format.
-
#trim_blanks ⇒ Boolean
Returns the value of attribute trim_blanks.
-
#truncate_columns ⇒ Boolean
Returns the value of attribute truncate_columns.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#write_buffer_size ⇒ ::Integer
Returns the value of attribute write_buffer_size.
Instance Attribute Details
#accept_any_date ⇒ Boolean
Returns the value of attribute accept_any_date.
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.
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.
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.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def bucket_name @bucket_name end |
#case_sensitive_names ⇒ Boolean
Returns the value of attribute case_sensitive_names.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def case_sensitive_names @case_sensitive_names end |
#comp_update ⇒ Boolean
Returns the value of attribute comp_update.
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.
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.
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.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def date_format @date_format end |
#empty_as_null ⇒ Boolean
Returns the value of attribute empty_as_null.
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.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def encryption_mode @encryption_mode end |
#explicit_ids ⇒ Boolean
Returns the value of attribute explicit_ids.
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.
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.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def load_timeout @load_timeout end |
#map_boolean_as_boolean ⇒ Boolean
Returns the value of attribute map_boolean_as_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.
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.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def port @port end |
#remove_quotes ⇒ Boolean
Returns the value of attribute remove_quotes.
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.
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.
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.
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.
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.
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.
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.
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.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def time_format @time_format end |
#trim_blanks ⇒ Boolean
Returns the value of attribute trim_blanks.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def trim_blanks @trim_blanks end |
#truncate_columns ⇒ Boolean
Returns the value of attribute truncate_columns.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def truncate_columns @truncate_columns end |
#username ⇒ ::String
Returns the value of attribute username.
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.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def write_buffer_size @write_buffer_size end |