Class: Aws::B2bi::Types::UpdatePartnershipRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

List of the capabilities associated with this partnership.

Returns:

  • (Array<String>)


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_optionsTypes::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

#nameString

The name of the partnership, used to identify it.

Returns:

  • (String)


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_idString

Specifies the unique, system-generated identifier for a partnership.

Returns:

  • (String)


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