Class: Aws::SupplyChain::Types::DataIntegrationFlowS3SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataIntegrationFlowS3SourceConfiguration
- 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
-
#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.
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 |
#options ⇒ Types::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 |
#prefix ⇒ String
The prefix of the S3 source objects.
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 |