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>)


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

#nameString

The name of the partnership, used to identify it.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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