Class: Aws::SupplyChain::Types::DataIntegrationFlowS3TargetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataIntegrationFlowS3TargetConfiguration
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The S3 DataIntegrationFlow target configuration parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The bucketName of the S3 target objects.
-
#options ⇒ Types::DataIntegrationFlowS3Options
The S3 DataIntegrationFlow target options.
-
#prefix ⇒ String
The prefix of the S3 target objects.
Instance Attribute Details
#bucket_name ⇒ String
The bucketName of the S3 target objects.
462 463 464 465 466 467 468 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 462 class DataIntegrationFlowS3TargetConfiguration < Struct.new( :bucket_name, :prefix, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::DataIntegrationFlowS3Options
The S3 DataIntegrationFlow target options.
462 463 464 465 466 467 468 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 462 class DataIntegrationFlowS3TargetConfiguration < Struct.new( :bucket_name, :prefix, :options) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix of the S3 target objects.
462 463 464 465 466 467 468 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 462 class DataIntegrationFlowS3TargetConfiguration < Struct.new( :bucket_name, :prefix, :options) SENSITIVE = [] include Aws::Structure end |