Class: Aws::B2bi::Types::CapabilityOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::CapabilityOptions
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Contains the details for an Outbound EDI capability.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inbound_edi ⇒ Types::InboundEdiOptions
A structure that contains the inbound EDI options for the capability.
-
#outbound_edi ⇒ Types::OutboundEdiOptions
A structure that contains the outbound EDI options.
Instance Attribute Details
#inbound_edi ⇒ Types::InboundEdiOptions
A structure that contains the inbound EDI options for the capability.
81 82 83 84 85 86 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 81 class CapabilityOptions < Struct.new( :outbound_edi, :inbound_edi) SENSITIVE = [] include Aws::Structure end |
#outbound_edi ⇒ Types::OutboundEdiOptions
A structure that contains the outbound EDI options.
81 82 83 84 85 86 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 81 class CapabilityOptions < Struct.new( :outbound_edi, :inbound_edi) SENSITIVE = [] include Aws::Structure end |