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.
2329 2330 2331 2332 2333 2334 2335 2336 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2329 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.
2329 2330 2331 2332 2333 2334 2335 2336 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2329 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.
2329 2330 2331 2332 2333 2334 2335 2336 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2329 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.
2329 2330 2331 2332 2333 2334 2335 2336 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2329 class UpdatePartnershipRequest < Struct.new( :partnership_id, :name, :capabilities, :capability_options) SENSITIVE = [] include Aws::Structure end |