Class: Aws::SupplyChain::Types::DataIntegrationFlowS3SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataIntegrationFlowS3SourceConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The S3 DataIntegrationFlow source configuration parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The bucketName of the S3 source objects.
-
#options ⇒ Types::DataIntegrationFlowS3Options
The other options of the S3 DataIntegrationFlow source.
-
#prefix ⇒ String
The prefix of the S3 source objects.
Instance Attribute Details
#bucket_name ⇒ String
The bucketName of the S3 source objects.
438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-supplychain/types.rb', line 438 class DataIntegrationFlowS3SourceConfiguration < Struct.new( :bucket_name, :prefix, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::DataIntegrationFlowS3Options
The other options of the S3 DataIntegrationFlow source.
438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-supplychain/types.rb', line 438 class DataIntegrationFlowS3SourceConfiguration < Struct.new( :bucket_name, :prefix, :options) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix of the S3 source objects.
438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-supplychain/types.rb', line 438 class DataIntegrationFlowS3SourceConfiguration < Struct.new( :bucket_name, :prefix, :options) SENSITIVE = [] include Aws::Structure end |