Method: Aws::Appflow::Types::S3OutputFormatConfig#file_type
- Defined in:
- lib/aws-sdk-appflow/types.rb
#file_type ⇒ String
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
4088 4089 4090 4091 4092 4093 4094 4095 |
# File 'lib/aws-sdk-appflow/types.rb', line 4088 class S3OutputFormatConfig < Struct.new( :file_type, :prefix_config, :aggregation_config, :preserve_source_data_typing) SENSITIVE = [] include Aws::Structure end |