Class: Aws::Appflow::Types::S3InputFormatConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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

Instance Attribute Details

#s3_input_file_typeString

The file type that Amazon AppFlow gets from your Amazon S3 bucket.

Returns:

  • (String)


3775
3776
3777
3778
3779
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3775

class S3InputFormatConfig < Struct.new(
  :s3_input_file_type)
  SENSITIVE = []
  include Aws::Structure
end