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>)


1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1220

class PartnershipSummary < Struct.new(
  :profile_id,
  :partnership_id,
  :name,
  :capabilities,
  :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)


1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1220

class PartnershipSummary < Struct.new(
  :profile_id,
  :partnership_id,
  :name,
  :capabilities,
  :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)


1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1220

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

#nameString

Returns the name of the partnership.

Returns:

  • (String)


1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1220

class PartnershipSummary < Struct.new(
  :profile_id,
  :partnership_id,
  :name,
  :capabilities,
  :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)


1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1220

class PartnershipSummary < Struct.new(
  :profile_id,
  :partnership_id,
  :name,
  :capabilities,
  :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)


1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1220

class PartnershipSummary < Struct.new(
  :profile_id,
  :partnership_id,
  :name,
  :capabilities,
  :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)


1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1220

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