ConfirmProductInstanceResult
public struct ConfirmProductInstanceResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.
Declaration
Swift
public let ownerId: String?
-
The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.
Declaration
Swift
public let `return`: Bool?
-
Undocumented
Declaration
Swift
public init(ownerId: String? = nil, return: Bool? = nil)