Class: Aws::B2bi::Types::GetPartnershipResponse

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


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

class GetPartnershipResponse < 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 for creation date and time of the partnership.

Returns:

  • (Time)


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

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


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

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


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

class GetPartnershipResponse < 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

Returns the display name of the partnership

Returns:

  • (String)


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

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


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

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


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

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


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

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


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

class GetPartnershipResponse < 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 identifier for the partner for this partnership.

Returns:

  • (String)


755
756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 755

class GetPartnershipResponse < 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