Get Capability Result
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)
Properties
Link copied to clipboard
Returns an Amazon Resource Name (ARN) for a specific AWS resource, such as a capability, partnership, profile, or transformer.
Link copied to clipboard
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
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
Returns a timestamp that identifies the most recent date and time that the capability was modified.