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)


1657
1658
1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1657

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.



1657
1658
1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1657

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:



1657
1658
1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1657

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)


1657
1658
1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1657

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