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.
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 |
#configuration ⇒ Types::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_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.
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 |
#name ⇒ String
Specifies a new name for the capability, to replace the existing name.
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 |