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)


2248
2249
2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2248

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.



2248
2249
2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2248

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:



2248
2249
2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2248

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)


2248
2249
2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2248

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