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
-
#outbound_edi ⇒ Types::OutboundEdiOptions
A structure that contains the outbound EDI options.
Instance Attribute Details
#outbound_edi ⇒ Types::OutboundEdiOptions
A structure that contains the outbound EDI options.
60 61 62 63 64 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 60 class CapabilityOptions < Struct.new( :outbound_edi) SENSITIVE = [] include Aws::Structure end |