Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::B2bi::Types::PartnershipSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capabilitiesArray<String>

Returns one or more capabilities associated with this partnership.

Returns:

  • (Array<String>)

1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1671

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_optionsTypes::CapabilityOptions

Contains the details for an Outbound EDI capability.


1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1671

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_atTime

Returns a timestamp for creation date and time of the partnership.

Returns:

  • (Time)

1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1671

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_atTime

Returns a timestamp that identifies the most recent date and time that the partnership was modified.

Returns:

  • (Time)

1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1671

class PartnershipSummary < Struct.new(
  :profile_id,
  :partnership_id,
  :name,
  :capabilities,
  :capability_options,
  :trading_partner_id,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns the name of the partnership.

Returns:

  • (String)

1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1671

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_idString

Returns the unique, system-generated identifier for a partnership.

Returns:

  • (String)

1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1671

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_idString

Returns the unique, system-generated identifier for the profile connected to this partnership.

Returns:

  • (String)

1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1671

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_idString

Returns the unique, system-generated identifier for a trading partner.

Returns:

  • (String)

1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1671

class PartnershipSummary < Struct.new(
  :profile_id,
  :partnership_id,
  :name,
  :capabilities,
  :capability_options,
  :trading_partner_id,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end