Class: Aws::B2bi::Types::UpdateCapabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::UpdateCapabilityResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_arn ⇒ String
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
-
#capability_id ⇒ String
Returns a system-assigned unique identifier for the capability.
-
#configuration ⇒ Types::CapabilityConfiguration
Returns a structure that contains the details for a capability.
-
#created_at ⇒ Time
Returns a timestamp for creation date and time of the capability.
-
#instructions_documents ⇒ Array<Types::S3Location>
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.
-
#modified_at ⇒ Time
Returns a timestamp for last time the capability was modified.
-
#name ⇒ String
Returns the name of the capability, used to identify it.
-
#type ⇒ String
Returns the type of the capability.
Instance Attribute Details
#capability_arn ⇒ String
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2297 class UpdateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#capability_id ⇒ String
Returns a system-assigned unique identifier for the capability.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2297 class UpdateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::CapabilityConfiguration
Returns a structure that contains the details for a capability.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2297 class UpdateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Returns a timestamp for creation date and time of the capability.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2297 class UpdateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#instructions_documents ⇒ Array<Types::S3Location>
Returns 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.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2297 class UpdateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
Returns a timestamp for last time the capability was modified.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2297 class UpdateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Returns the name of the capability, used to identify it.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2297 class UpdateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Returns the type of the capability. Currently, only edi
is
supported.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2297 class UpdateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |