Class: Aws::B2bi::Types::CreatePartnershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::CreatePartnershipRequest
- 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>
Specifies a list of the capabilities associated with this partnership.
-
#capability_options ⇒ Types::CapabilityOptions
Specify the structure that contains the details for the associated capabilities.
-
#client_token ⇒ String
Reserved for future use.
-
#email ⇒ String
Specifies the email address associated with this trading partner.
-
#name ⇒ String
Specifies a descriptive name for the partnership.
-
#phone ⇒ String
Specifies the phone number associated with the partnership.
-
#profile_id ⇒ String
Specifies the unique, system-generated identifier for the profile connected to this partnership.
-
#tags ⇒ Array<Types::Tag>
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
Instance Attribute Details
#capabilities ⇒ Array<String>
Specifies a list of the capabilities associated with this partnership.
334 335 336 337 338 339 340 341 342 343 344 345 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 334 class CreatePartnershipRequest < Struct.new( :profile_id, :name, :email, :phone, :capabilities, :capability_options, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#capability_options ⇒ Types::CapabilityOptions
Specify the structure that contains the details for the associated capabilities.
334 335 336 337 338 339 340 341 342 343 344 345 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 334 class CreatePartnershipRequest < Struct.new( :profile_id, :name, :email, :phone, :capabilities, :capability_options, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#client_token ⇒ String
Reserved for future use.
A suitable default value is auto-generated. You should normally not need to pass this option.
334 335 336 337 338 339 340 341 342 343 344 345 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 334 class CreatePartnershipRequest < Struct.new( :profile_id, :name, :email, :phone, :capabilities, :capability_options, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#email ⇒ String
Specifies the email address associated with this trading partner.
334 335 336 337 338 339 340 341 342 343 344 345 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 334 class CreatePartnershipRequest < Struct.new( :profile_id, :name, :email, :phone, :capabilities, :capability_options, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#name ⇒ String
Specifies a descriptive name for the partnership.
334 335 336 337 338 339 340 341 342 343 344 345 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 334 class CreatePartnershipRequest < Struct.new( :profile_id, :name, :email, :phone, :capabilities, :capability_options, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#phone ⇒ String
Specifies the phone number associated with the partnership.
334 335 336 337 338 339 340 341 342 343 344 345 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 334 class CreatePartnershipRequest < Struct.new( :profile_id, :name, :email, :phone, :capabilities, :capability_options, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#profile_id ⇒ String
Specifies the unique, system-generated identifier for the profile connected to this partnership.
334 335 336 337 338 339 340 341 342 343 344 345 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 334 class CreatePartnershipRequest < Struct.new( :profile_id, :name, :email, :phone, :capabilities, :capability_options, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
334 335 336 337 338 339 340 341 342 343 344 345 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 334 class CreatePartnershipRequest < Struct.new( :profile_id, :name, :email, :phone, :capabilities, :capability_options, :client_token, :tags) SENSITIVE = [:email, :phone] include Aws::Structure end |