GetCapabilityResult

data class GetCapabilityResult(val capabilityArn: String? = null, val capabilityId: String? = null, val configuration: CapabilityConfigurationProperties? = null, val createdAt: String? = null, val instructionsDocuments: List<CapabilityS3Location>? = null, val modifiedAt: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(capabilityArn: String? = null, capabilityId: String? = null, configuration: CapabilityConfigurationProperties? = null, createdAt: String? = null, instructionsDocuments: List<CapabilityS3Location>? = null, modifiedAt: String? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capabilityArn: String? = null

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

Link copied to clipboard
val capabilityId: String? = null

Returns a system-assigned unique identifier for the capability.

Link copied to clipboard

Specifies a structure that contains the details for a capability.

Link copied to clipboard
val createdAt: String? = null

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

Link copied to clipboard

Specifies 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.

Link copied to clipboard
val modifiedAt: String? = null

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

Link copied to clipboard
val name: String? = null

The display name of the capability.

Link copied to clipboard
val tags: List<Tag>? = null

Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.