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.
2387 2388 2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2387 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.
2387 2388 2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2387 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.
2387 2388 2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2387 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.
2387 2388 2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2387 class UpdatePartnershipRequest < Struct.new( :partnership_id, :name, :capabilities, :capability_options) SENSITIVE = [] include Aws::Structure end |