Class: Aws::B2bi::Types::CapabilitySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::CapabilitySummary
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_id ⇒ String
Returns a system-assigned unique identifier for the capability.
-
#created_at ⇒ Time
Returns a timestamp for creation date and time of the capability.
-
#modified_at ⇒ Time
Returns a timestamp that identifies the most recent date and time that the capability was modified.
-
#name ⇒ String
The display name of the capability.
-
#type ⇒ String
Returns the type of the capability.
Instance Attribute Details
#capability_id ⇒ String
Returns a system-assigned unique identifier for the capability.
94 95 96 97 98 99 100 101 102 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 94 class CapabilitySummary < Struct.new( :capability_id, :name, :type, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Returns a timestamp for creation date and time of the capability.
94 95 96 97 98 99 100 101 102 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 94 class CapabilitySummary < Struct.new( :capability_id, :name, :type, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
Returns a timestamp that identifies the most recent date and time that the capability was modified.
94 95 96 97 98 99 100 101 102 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 94 class CapabilitySummary < Struct.new( :capability_id, :name, :type, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the capability.
94 95 96 97 98 99 100 101 102 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 94 class CapabilitySummary < Struct.new( :capability_id, :name, :type, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Returns the type of the capability. Currently, only edi
is
supported.
94 95 96 97 98 99 100 101 102 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 94 class CapabilitySummary < Struct.new( :capability_id, :name, :type, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |