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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


94
95
96
97
98
99
100
101
102
# File '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_atTime

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

Returns:

  • (Time)


94
95
96
97
98
99
100
101
102
# File '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_atTime

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

Returns:

  • (Time)


94
95
96
97
98
99
100
101
102
# File '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

#nameString

The display name of the capability.

Returns:

  • (String)


94
95
96
97
98
99
100
101
102
# File '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

#typeString

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

Returns:

  • (String)


94
95
96
97
98
99
100
101
102
# File '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