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

#capability_directionString

Specifies whether this is capability is for inbound or outbound transformations.

Returns:

  • (String)


798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 798

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

#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:



798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 798

class EdiConfiguration < Struct.new(
  :capability_direction,
  :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:



798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 798

class EdiConfiguration < Struct.new(
  :capability_direction,
  :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)


798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 798

class EdiConfiguration < Struct.new(
  :capability_direction,
  :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:



798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 798

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