UpdateProvisionedProductPropertiesOutput
public struct UpdateProvisionedProductPropertiesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The provisioned product identifier.
Declaration
Swift
public let provisionedProductId: String? -
A map that contains the properties updated.
Declaration
Swift
public let provisionedProductProperties: [PropertyKey : String]? -
The identifier of the record.
Declaration
Swift
public let recordId: String? -
The status of the request.
Declaration
Swift
public let status: RecordStatus? -
Undocumented
Declaration
Swift
public init(provisionedProductId: String? = nil, provisionedProductProperties: [PropertyKey : String]? = nil, recordId: String? = nil, status: RecordStatus? = nil)
View on GitHub
UpdateProvisionedProductPropertiesOutput Structure Reference