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)


4041
4042
4043
4044
4045
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4041

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