OfferingStatus
public struct OfferingStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date on which the offering is effective.
Declaration
Swift
public let effectiveOn: TimeStamp? -
Represents the metadata of an offering status.
Declaration
Swift
public let offering: Offering? -
The number of available devices in the offering.
Declaration
Swift
public let quantity: Int? -
The type specified for the offering status.
Declaration
Swift
public let type: OfferingTransactionType? -
Undocumented
Declaration
Swift
public init(effectiveOn: TimeStamp? = nil, offering: Offering? = nil, quantity: Int? = nil, type: OfferingTransactionType? = nil)
View on GitHub
OfferingStatus Structure Reference