Class: Aws::B2bi::Types::UpdatePartnershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::UpdatePartnershipRequest
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Array<String>
List of the capabilities associated with this partnership.
-
#capability_options ⇒ Types::CapabilityOptions
To update, specify the structure that contains the details for the associated capabilities.
-
#name ⇒ String
The name of the partnership, used to identify it.
-
#partnership_id ⇒ String
Specifies the unique, system-generated identifier for a partnership.
Instance Attribute Details
#capabilities ⇒ Array<String>
List of the capabilities associated with this partnership.
2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2414 class UpdatePartnershipRequest < Struct.new( :partnership_id, :name, :capabilities, :capability_options) SENSITIVE = [] include Aws::Structure end |
#capability_options ⇒ Types::CapabilityOptions
To update, specify the structure that contains the details for the associated capabilities.
2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2414 class UpdatePartnershipRequest < Struct.new( :partnership_id, :name, :capabilities, :capability_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the partnership, used to identify it.
2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2414 class UpdatePartnershipRequest < Struct.new( :partnership_id, :name, :capabilities, :capability_options) SENSITIVE = [] include Aws::Structure end |
#partnership_id ⇒ String
Specifies the unique, system-generated identifier for a partnership.
2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2414 class UpdatePartnershipRequest < Struct.new( :partnership_id, :name, :capabilities, :capability_options) SENSITIVE = [] include Aws::Structure end |