Class: Aws::SupplyChain::Types::DataIntegrationFlowS3Options
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataIntegrationFlowS3Options
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The Amazon S3 options used in S3 source and target configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_type ⇒ String
The Amazon S3 file type in S3 options.
Instance Attribute Details
#file_type ⇒ String
The Amazon S3 file type in S3 options.
416 417 418 419 420 |
# File 'lib/aws-sdk-supplychain/types.rb', line 416 class DataIntegrationFlowS3Options < Struct.new( :file_type) SENSITIVE = [] include Aws::Structure end |