GetPartnershipResult

data class GetPartnershipResult(val capabilities: List<String>? = null, val createdAt: String? = null, val modifiedAt: String? = null, val name: String? = null, val partnershipArn: String? = null, val partnershipId: String? = null, val tags: List<Tag>? = null, val tradingPartnerId: String? = null)

Constructors

Link copied to clipboard
constructor(capabilities: List<String>? = null, createdAt: String? = null, modifiedAt: String? = null, name: String? = null, partnershipArn: String? = null, partnershipId: String? = null, tags: List<Tag>? = null, tradingPartnerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capabilities: List<String>? = null

Returns one or more capabilities associated with this partnership.

Link copied to clipboard
val createdAt: String? = null

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

Link copied to clipboard
val modifiedAt: String? = null

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

Link copied to clipboard
val name: String? = null

Returns the name of the partnership.

Link copied to clipboard
val partnershipArn: 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 partnershipId: String? = null

Returns the unique, system-generated identifier for a partnership.

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

A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.

Link copied to clipboard

Returns the unique, system-generated identifier for a trading partner.