SubscribedWorkteam
public struct SubscribedWorkteam : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Marketplace product listing ID.
Declaration
Swift
public let listingId: String?
-
The description of the vendor from the Amazon Marketplace.
Declaration
Swift
public let marketplaceDescription: String?
-
The title of the service provided by the vendor in the Amazon Marketplace.
Declaration
Swift
public let marketplaceTitle: String?
-
The name of the vendor in the Amazon Marketplace.
Declaration
Swift
public let sellerName: String?
-
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
Declaration
Swift
public let workteamArn: String
-
Undocumented
Declaration
Swift
public init(listingId: String? = nil, marketplaceDescription: String? = nil, marketplaceTitle: String? = nil, sellerName: String? = nil, workteamArn: String)