Class: Aws::B2bi::Types::UpdateCapabilityResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capability_arnString

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

Returns:

  • (String)


1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1701

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

#capability_idString

Returns a system-assigned unique identifier for the capability.

Returns:

  • (String)


1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1701

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

#configurationTypes::CapabilityConfiguration

Returns a structure that contains the details for a capability.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1701

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

#created_atTime

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

Returns:

  • (Time)


1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1701

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

#instructions_documentsArray<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.

Returns:



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1701

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

#modified_atTime

Returns a timestamp for last time the capability was modified.

Returns:

  • (Time)


1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1701

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

#nameString

Returns the name of the capability, used to identify it.

Returns:

  • (String)


1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1701

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

#typeString

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

Returns:

  • (String)


1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1701

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