Class: Aws::B2bi::Types::EdiConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Specifies the details for the EDI (electronic data interchange) transformation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_locationTypes::S3Location

Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an S3Location object.

Returns:



594
595
596
597
598
599
600
601
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 594

class EdiConfiguration < Struct.new(
  :type,
  :input_location,
  :output_location,
  :transformer_id)
  SENSITIVE = []
  include Aws::Structure
end

#output_locationTypes::S3Location

Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an S3Location object.

Returns:



594
595
596
597
598
599
600
601
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 594

class EdiConfiguration < Struct.new(
  :type,
  :input_location,
  :output_location,
  :transformer_id)
  SENSITIVE = []
  include Aws::Structure
end

#transformer_idString

Returns the system-assigned unique identifier for the transformer.

Returns:

  • (String)


594
595
596
597
598
599
600
601
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 594

class EdiConfiguration < Struct.new(
  :type,
  :input_location,
  :output_location,
  :transformer_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeTypes::EdiType

Returns the type of the capability. Currently, only edi is supported.

Returns:



594
595
596
597
598
599
600
601
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 594

class EdiConfiguration < Struct.new(
  :type,
  :input_location,
  :output_location,
  :transformer_id)
  SENSITIVE = []
  include Aws::Structure
end