GetOfferingStatusResult
public struct GetOfferingStatusResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When specified, gets the offering status for the current period.
Declaration
Swift
public let current: [String : OfferingStatus]?
-
When specified, gets the offering status for the next period.
Declaration
Swift
public let nextPeriod: [String : OfferingStatus]?
-
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(current: [String : OfferingStatus]? = nil, nextPeriod: [String : OfferingStatus]? = nil, nextToken: String? = nil)