Class: Aws::B2bi::Types::UpdatePartnershipResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:email, :phone]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

Returns one or more capabilities associated with this partnership.

Returns:

  • (Array<String>)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#created_atTime

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

Returns:

  • (Time)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#emailString

Returns the email address associated with this trading partner.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#modified_atTime

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

Returns:

  • (Time)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#nameString

The name of the partnership, used to identify it.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#partnership_arnString

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#partnership_idString

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

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#phoneString

Returns the phone number associated with the partnership.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#profile_idString

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

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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

#trading_partner_idString

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

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1784

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