Class: Aws::B2bi::Types::CapabilitySummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capability_idString

Returns a system-assigned unique identifier for the capability.

Returns:

  • (String)


80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 80

class CapabilitySummary < Struct.new(
  :capability_id,
  :name,
  :type,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Returns a timestamp for creation date and time of the capability.

Returns:

  • (Time)


80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 80

class CapabilitySummary < Struct.new(
  :capability_id,
  :name,
  :type,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

Returns a timestamp that identifies the most recent date and time that the capability was modified.

Returns:

  • (Time)


80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 80

class CapabilitySummary < Struct.new(
  :capability_id,
  :name,
  :type,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the capability.

Returns:

  • (String)


80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 80

class CapabilitySummary < Struct.new(
  :capability_id,
  :name,
  :type,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns the type of the capability. Currently, only edi is supported.

Returns:

  • (String)


80
81
82
83
84
85
86
87
88
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 80

class CapabilitySummary < Struct.new(
  :capability_id,
  :name,
  :type,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end