Class: Aws::B2bi::Types::GetPartnershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::GetPartnershipResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:email, :phone]
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.
-
#email ⇒ String
Returns the email address associated with this trading partner.
-
#modified_at ⇒ Time
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
-
#name ⇒ String
Returns the display name of the partnership.
-
#partnership_arn ⇒ String
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
-
#partnership_id ⇒ String
Returns the unique, system-generated identifier for a partnership.
-
#phone ⇒ String
Returns the phone number associated with the partnership.
-
#profile_id ⇒ String
Returns the unique, system-generated identifier for the profile connected to this partnership.
-
#trading_partner_id ⇒ String
Returns the unique identifier for the partner for this partnership.
Instance Attribute Details
#capabilities ⇒ Array<String>
Returns one or more capabilities associated with this partnership.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#capability_options ⇒ Types::CapabilityOptions
Contains the details for an Outbound EDI capability.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#created_at ⇒ Time
Returns a timestamp for creation date and time of the partnership.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#email ⇒ String
Returns the email address associated with this trading partner.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#modified_at ⇒ Time
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#name ⇒ String
Returns the display name of the partnership
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#partnership_arn ⇒ String
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#partnership_id ⇒ String
Returns the unique, system-generated identifier for a partnership.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#phone ⇒ String
Returns the phone number associated with the partnership.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#profile_id ⇒ String
Returns the unique, system-generated identifier for the profile connected to this partnership.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |
#trading_partner_id ⇒ String
Returns the unique identifier for the partner for this partnership.
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 995 class GetPartnershipResponse < Struct.new( :profile_id, :partnership_id, :partnership_arn, :name, :email, :phone, :capabilities, :capability_options, :trading_partner_id, :created_at, :modified_at) SENSITIVE = [:email, :phone] include Aws::Structure end |