Get Partnership Result
data class GetPartnershipResult(val capabilities: List<String>? = null, val capabilityOptions: PartnershipCapabilityOptions? = 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, capabilityOptions: PartnershipCapabilityOptions? = null, createdAt: String? = null, modifiedAt: String? = null, name: String? = null, partnershipArn: String? = null, partnershipId: String? = null, tags: List<Tag>? = null, tradingPartnerId: String? = null)
Properties
Link copied to clipboard
Returns one or more capabilities associated with this partnership.
Link copied to clipboard
Contains the details for an Outbound EDI capability.
Link copied to clipboard
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
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 the unique, system-generated identifier for a partnership.
Link copied to clipboard
Returns the unique, system-generated identifier for a trading partner.