Class: Aws::B2bi::Types::EdiConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::EdiConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#capability_direction ⇒ String
Specifies whether this is capability is for inbound or outbound transformations.
-
#input_location ⇒ Types::S3Location
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an ‘S3Location` object.
-
#output_location ⇒ Types::S3Location
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an ‘S3Location` object.
-
#transformer_id ⇒ String
Returns the system-assigned unique identifier for the transformer.
-
#type ⇒ Types::EdiType
Returns the type of the capability.
Instance Attribute Details
#capability_direction ⇒ String
Specifies whether this is capability is for inbound or outbound transformations.
798 799 800 801 802 803 804 805 806 |
# File '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_location ⇒ Types::S3Location
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an ‘S3Location` object.
798 799 800 801 802 803 804 805 806 |
# File '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_location ⇒ Types::S3Location
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an ‘S3Location` object.
798 799 800 801 802 803 804 805 806 |
# File '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_id ⇒ String
Returns the system-assigned unique identifier for the transformer.
798 799 800 801 802 803 804 805 806 |
# File '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 |
#type ⇒ Types::EdiType
Returns the type of the capability. Currently, only ‘edi` is supported.
798 799 800 801 802 803 804 805 806 |
# File '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 |