Class: Aws::B2bi::Types::UpdateCapabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::UpdateCapabilityRequest
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_id ⇒ String
Specifies a system-assigned unique identifier for the capability.
-
#configuration ⇒ Types::CapabilityConfiguration
Specifies a structure that contains the details for a capability.
-
#instructions_documents ⇒ Array<Types::S3Location>
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.
-
#name ⇒ String
Specifies a new name for the capability, to replace the existing name.
Instance Attribute Details
#capability_id ⇒ String
Specifies a system-assigned unique identifier for the 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 |
#configuration ⇒ Types::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_documents ⇒ Array<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.
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 |
#name ⇒ String
Specifies a new name for the capability, to replace the existing name.
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 |