Class: Aws::SupplyChain::Types::DataIntegrationFlowS3SourceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb

Overview

The S3 DataIntegrationFlow source configuration parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The bucketName of the S3 source objects.

Returns:

  • (String)


446
447
448
449
450
451
452
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 446

class DataIntegrationFlowS3SourceConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsTypes::DataIntegrationFlowS3Options

The other options of the S3 DataIntegrationFlow source.



446
447
448
449
450
451
452
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 446

class DataIntegrationFlowS3SourceConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix of the S3 source objects.

Returns:

  • (String)


446
447
448
449
450
451
452
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 446

class DataIntegrationFlowS3SourceConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end