Class: Aws::Glue::Types::S3DirectSourceAdditionalOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies additional connection options for the Amazon S3 data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bounded_filesInteger

Sets the upper limit for the target number of files that will be processed.

Returns:

  • (Integer)


18172
18173
18174
18175
18176
18177
18178
18179
# File 'lib/aws-sdk-glue/types.rb', line 18172

class S3DirectSourceAdditionalOptions < Struct.new(
  :bounded_size,
  :bounded_files,
  :enable_sample_path,
  :sample_path)
  SENSITIVE = []
  include Aws::Structure
end

#bounded_sizeInteger

Sets the upper limit for the target size of the dataset in bytes that will be processed.

Returns:

  • (Integer)


18172
18173
18174
18175
18176
18177
18178
18179
# File 'lib/aws-sdk-glue/types.rb', line 18172

class S3DirectSourceAdditionalOptions < Struct.new(
  :bounded_size,
  :bounded_files,
  :enable_sample_path,
  :sample_path)
  SENSITIVE = []
  include Aws::Structure
end

#enable_sample_pathBoolean

Sets option to enable a sample path.

Returns:

  • (Boolean)


18172
18173
18174
18175
18176
18177
18178
18179
# File 'lib/aws-sdk-glue/types.rb', line 18172

class S3DirectSourceAdditionalOptions < Struct.new(
  :bounded_size,
  :bounded_files,
  :enable_sample_path,
  :sample_path)
  SENSITIVE = []
  include Aws::Structure
end

#sample_pathString

If enabled, specifies the sample path.

Returns:

  • (String)


18172
18173
18174
18175
18176
18177
18178
18179
# File 'lib/aws-sdk-glue/types.rb', line 18172

class S3DirectSourceAdditionalOptions < Struct.new(
  :bounded_size,
  :bounded_files,
  :enable_sample_path,
  :sample_path)
  SENSITIVE = []
  include Aws::Structure
end