Method: Aws::SupplyChain::Types::DataIntegrationFlowS3SourceConfiguration#options
- Defined in:
- lib/aws-sdk-supplychain/types.rb
#options ⇒ Types::DataIntegrationFlowS3Options
The other options of the S3 DataIntegrationFlow source.
446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-supplychain/types.rb', line 446 class DataIntegrationFlowS3SourceConfiguration < Struct.new( :bucket_name, :prefix, :options) SENSITIVE = [] include Aws::Structure end |