Class: Aws::B2bi::Types::UpdateCapabilityRequest

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

#capability_idString

Specifies a system-assigned unique identifier for the capability.

Returns:

  • (String)


2333
2334
2335
2336
2337
2338
2339
2340
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2333

class UpdateCapabilityRequest < Struct.new(
  :capability_id,
  :name,
  :configuration,
  :instructions_documents)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::CapabilityConfiguration

Specifies a structure that contains the details for a capability.



2333
2334
2335
2336
2337
2338
2339
2340
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2333

class UpdateCapabilityRequest < Struct.new(
  :capability_id,
  :name,
  :configuration,
  :instructions_documents)
  SENSITIVE = []
  include Aws::Structure
end

#instructions_documentsArray<Types::S3Location>

Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.

Returns:



2333
2334
2335
2336
2337
2338
2339
2340
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2333

class UpdateCapabilityRequest < Struct.new(
  :capability_id,
  :name,
  :configuration,
  :instructions_documents)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specifies a new name for the capability, to replace the existing name.

Returns:

  • (String)


2333
2334
2335
2336
2337
2338
2339
2340
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2333

class UpdateCapabilityRequest < Struct.new(
  :capability_id,
  :name,
  :configuration,
  :instructions_documents)
  SENSITIVE = []
  include Aws::Structure
end