Class: Aws::SupplyChain::Types::DataIntegrationFlowS3Options

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_typeString

The Amazon S3 file type in S3 options.

Returns:

  • (String)


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