Class: Aws::B2bi::Types::PartnershipSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::PartnershipSummary
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
A structure that contains the details for a partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Array<String>
Returns one or more capabilities associated with this partnership.
-
#capability_options ⇒ Types::CapabilityOptions
Contains the details for an Outbound EDI capability.
-
#created_at ⇒ Time
Returns a timestamp for creation date and time of the partnership.
-
#modified_at ⇒ Time
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
-
#name ⇒ String
Returns the name of the partnership.
-
#partnership_id ⇒ String
Returns the unique, system-generated identifier for a partnership.
-
#profile_id ⇒ String
Returns the unique, system-generated identifier for the profile connected to this partnership.
-
#trading_partner_id ⇒ String
Returns the unique, system-generated identifier for a trading partner.
Instance Attribute Details
#capabilities ⇒ Array<String>
Returns one or more capabilities associated with this partnership.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1628 class PartnershipSummary < Struct.new( :profile_id, :partnership_id, :name, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#capability_options ⇒ Types::CapabilityOptions
Contains the details for an Outbound EDI capability.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1628 class PartnershipSummary < Struct.new( :profile_id, :partnership_id, :name, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Returns a timestamp for creation date and time of the partnership.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1628 class PartnershipSummary < Struct.new( :profile_id, :partnership_id, :name, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1628 class PartnershipSummary < Struct.new( :profile_id, :partnership_id, :name, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Returns the name of the partnership.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1628 class PartnershipSummary < Struct.new( :profile_id, :partnership_id, :name, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#partnership_id ⇒ String
Returns the unique, system-generated identifier for a partnership.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1628 class PartnershipSummary < Struct.new( :profile_id, :partnership_id, :name, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
Returns the unique, system-generated identifier for the profile connected to this partnership.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1628 class PartnershipSummary < Struct.new( :profile_id, :partnership_id, :name, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#trading_partner_id ⇒ String
Returns the unique, system-generated identifier for a trading partner.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1628 class PartnershipSummary < Struct.new( :profile_id, :partnership_id, :name, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |