Class: Aws::Types::S3Settings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_column_nameBoolean

Returns the value of attribute add_column_name.

Returns:

  • (Boolean)


2743
2744
2745
# File 'sig/types.rbs', line 2743

def add_column_name
  @add_column_name
end

#add_trailing_padding_characterBoolean

Returns the value of attribute add_trailing_padding_character.

Returns:

  • (Boolean)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def add_trailing_padding_character
  @add_trailing_padding_character
end

#bucket_folder::String

Returns the value of attribute bucket_folder.

Returns:

  • (::String)


2717
2718
2719
# File 'sig/types.rbs', line 2717

def bucket_folder
  @bucket_folder
end

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


2718
2719
2720
# File 'sig/types.rbs', line 2718

def bucket_name
  @bucket_name
end

#canned_acl_for_objects"none", ...

Returns the value of attribute canned_acl_for_objects.

Returns:

  • ("none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control")


2742
2743
2744
# File 'sig/types.rbs', line 2742

def canned_acl_for_objects
  @canned_acl_for_objects
end

#cdc_inserts_and_updatesBoolean

Returns the value of attribute cdc_inserts_and_updates.

Returns:

  • (Boolean)


2733
2734
2735
# File 'sig/types.rbs', line 2733

def cdc_inserts_and_updates
  @cdc_inserts_and_updates
end

#cdc_inserts_onlyBoolean

Returns the value of attribute cdc_inserts_only.

Returns:

  • (Boolean)


2730
2731
2732
# File 'sig/types.rbs', line 2730

def cdc_inserts_only
  @cdc_inserts_only
end

#cdc_max_batch_interval::Integer

Returns the value of attribute cdc_max_batch_interval.

Returns:

  • (::Integer)


2744
2745
2746
# File 'sig/types.rbs', line 2744

def cdc_max_batch_interval
  @cdc_max_batch_interval
end

#cdc_min_file_size::Integer

Returns the value of attribute cdc_min_file_size.

Returns:

  • (::Integer)


2745
2746
2747
# File 'sig/types.rbs', line 2745

def cdc_min_file_size
  @cdc_min_file_size
end

#cdc_path::String

Returns the value of attribute cdc_path.

Returns:

  • (::String)


2740
2741
2742
# File 'sig/types.rbs', line 2740

def cdc_path
  @cdc_path
end

#compression_type"none", "gzip"

Returns the value of attribute compression_type.

Returns:

  • ("none", "gzip")


2719
2720
2721
# File 'sig/types.rbs', line 2719

def compression_type
  @compression_type
end

#csv_delimiter::String

Returns the value of attribute csv_delimiter.

Returns:

  • (::String)


2716
2717
2718
# File 'sig/types.rbs', line 2716

def csv_delimiter
  @csv_delimiter
end

#csv_no_sup_value::String

Returns the value of attribute csv_no_sup_value.

Returns:

  • (::String)


2738
2739
2740
# File 'sig/types.rbs', line 2738

def csv_no_sup_value
  @csv_no_sup_value
end

#csv_null_value::String

Returns the value of attribute csv_null_value.

Returns:

  • (::String)


2746
2747
2748
# File 'sig/types.rbs', line 2746

def csv_null_value
  @csv_null_value
end

#csv_row_delimiter::String

Returns the value of attribute csv_row_delimiter.

Returns:

  • (::String)


2715
2716
2717
# File 'sig/types.rbs', line 2715

def csv_row_delimiter
  @csv_row_delimiter
end

#data_format"csv", "parquet"

Returns the value of attribute data_format.

Returns:

  • ("csv", "parquet")


2722
2723
2724
# File 'sig/types.rbs', line 2722

def data_format
  @data_format
end

#data_page_size::Integer

Returns the value of attribute data_page_size.

Returns:

  • (::Integer)


2726
2727
2728
# File 'sig/types.rbs', line 2726

def data_page_size
  @data_page_size
end

#date_partition_delimiter"SLASH", ...

Returns the value of attribute date_partition_delimiter.

Returns:

  • ("SLASH", "UNDERSCORE", "DASH", "NONE")


2736
2737
2738
# File 'sig/types.rbs', line 2736

def date_partition_delimiter
  @date_partition_delimiter
end

#date_partition_enabledBoolean

Returns the value of attribute date_partition_enabled.

Returns:

  • (Boolean)


2734
2735
2736
# File 'sig/types.rbs', line 2734

def date_partition_enabled
  @date_partition_enabled
end

#date_partition_sequence"YYYYMMDD", ...

Returns the value of attribute date_partition_sequence.

Returns:

  • ("YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY")


2735
2736
2737
# File 'sig/types.rbs', line 2735

def date_partition_sequence
  @date_partition_sequence
end

#date_partition_timezone::String

Returns the value of attribute date_partition_timezone.

Returns:

  • (::String)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def date_partition_timezone
  @date_partition_timezone
end

#dict_page_size_limit::Integer

Returns the value of attribute dict_page_size_limit.

Returns:

  • (::Integer)


2724
2725
2726
# File 'sig/types.rbs', line 2724

def dict_page_size_limit
  @dict_page_size_limit
end

#enable_statisticsBoolean

Returns the value of attribute enable_statistics.

Returns:

  • (Boolean)


2728
2729
2730
# File 'sig/types.rbs', line 2728

def enable_statistics
  @enable_statistics
end

#encoding_type"plain", ...

Returns the value of attribute encoding_type.

Returns:

  • ("plain", "plain-dictionary", "rle-dictionary")


2723
2724
2725
# File 'sig/types.rbs', line 2723

def encoding_type
  @encoding_type
end

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

Returns the value of attribute encryption_mode.

Returns:

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


2720
2721
2722
# File 'sig/types.rbs', line 2720

def encryption_mode
  @encryption_mode
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2752
2753
2754
# File 'sig/types.rbs', line 2752

def expected_bucket_owner
  @expected_bucket_owner
end

#external_table_definition::String

Returns the value of attribute external_table_definition.

Returns:

  • (::String)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def external_table_definition
  @external_table_definition
end

#glue_catalog_generationBoolean

Returns the value of attribute glue_catalog_generation.

Returns:

  • (Boolean)


2753
2754
2755
# File 'sig/types.rbs', line 2753

def glue_catalog_generation
  @glue_catalog_generation
end

#ignore_header_rows::Integer

Returns the value of attribute ignore_header_rows.

Returns:

  • (::Integer)


2747
2748
2749
# File 'sig/types.rbs', line 2747

def ignore_header_rows
  @ignore_header_rows
end

#include_op_for_full_loadBoolean

Returns the value of attribute include_op_for_full_load.

Returns:

  • (Boolean)


2729
2730
2731
# File 'sig/types.rbs', line 2729

def include_op_for_full_load
  @include_op_for_full_load
end

#max_file_size::Integer

Returns the value of attribute max_file_size.

Returns:

  • (::Integer)


2748
2749
2750
# File 'sig/types.rbs', line 2748

def max_file_size
  @max_file_size
end

#parquet_timestamp_in_millisecondBoolean

Returns the value of attribute parquet_timestamp_in_millisecond.

Returns:

  • (Boolean)


2732
2733
2734
# File 'sig/types.rbs', line 2732

def parquet_timestamp_in_millisecond
  @parquet_timestamp_in_millisecond
end

#parquet_version"parquet-1-0", "parquet-2-0"

Returns the value of attribute parquet_version.

Returns:

  • ("parquet-1-0", "parquet-2-0")


2727
2728
2729
# File 'sig/types.rbs', line 2727

def parquet_version
  @parquet_version
end

#preserve_transactionsBoolean

Returns the value of attribute preserve_transactions.

Returns:

  • (Boolean)


2739
2740
2741
# File 'sig/types.rbs', line 2739

def preserve_transactions
  @preserve_transactions
end

#rfc_4180Boolean

Returns the value of attribute rfc_4180.

Returns:

  • (Boolean)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def rfc_4180
  @rfc_4180
end

#row_group_length::Integer

Returns the value of attribute row_group_length.

Returns:

  • (::Integer)


2725
2726
2727
# File 'sig/types.rbs', line 2725

def row_group_length
  @row_group_length
end

#server_side_encryption_kms_key_id::String

Returns the value of attribute server_side_encryption_kms_key_id.

Returns:

  • (::String)


2721
2722
2723
# File 'sig/types.rbs', line 2721

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)


2713
2714
2715
# File 'sig/types.rbs', line 2713

def service_access_role_arn
  @service_access_role_arn
end

#timestamp_column_name::String

Returns the value of attribute timestamp_column_name.

Returns:

  • (::String)


2731
2732
2733
# File 'sig/types.rbs', line 2731

def timestamp_column_name
  @timestamp_column_name
end

#use_csv_no_sup_valueBoolean

Returns the value of attribute use_csv_no_sup_value.

Returns:

  • (Boolean)


2737
2738
2739
# File 'sig/types.rbs', line 2737

def use_csv_no_sup_value
  @use_csv_no_sup_value
end

#use_task_start_time_for_full_load_timestampBoolean

Returns the value of attribute use_task_start_time_for_full_load_timestamp.

Returns:

  • (Boolean)


2741
2742
2743
# File 'sig/types.rbs', line 2741

def use_task_start_time_for_full_load_timestamp
  @use_task_start_time_for_full_load_timestamp
end