Class: Aws::Appflow::Types::S3InputFormatConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::S3InputFormatConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_input_file_type ⇒ String
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
Instance Attribute Details
#s3_input_file_type ⇒ String
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
4041 4042 4043 4044 4045 |
# File 'lib/aws-sdk-appflow/types.rb', line 4041 class S3InputFormatConfig < Struct.new( :s3_input_file_type) SENSITIVE = [] include Aws::Structure end |