Class: Aws::B2bi::Types::CreateCapabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::CreateCapabilityResponse
- 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.
-
#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.
279 280 281 282 283 284 285 286 287 288 289 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 279 class CreateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at) SENSITIVE = [] include Aws::Structure end |
#capability_id ⇒ String
Returns a system-assigned unique identifier for the capability.
279 280 281 282 283 284 285 286 287 288 289 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 279 class CreateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::CapabilityConfiguration
Returns a structure that contains the details for a capability.
279 280 281 282 283 284 285 286 287 288 289 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 279 class CreateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Returns a timestamp for creation date and time of the capability.
279 280 281 282 283 284 285 286 287 288 289 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 279 class CreateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_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.
279 280 281 282 283 284 285 286 287 288 289 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 279 class CreateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Returns the name of the capability used to identify it.
279 280 281 282 283 284 285 286 287 288 289 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 279 class CreateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Returns the type of the capability. Currently, only edi
is
supported.
279 280 281 282 283 284 285 286 287 288 289 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 279 class CreateCapabilityResponse < Struct.new( :capability_id, :capability_arn, :name, :type, :configuration, :instructions_documents, :created_at) SENSITIVE = [] include Aws::Structure end |