TrialMinutes
public struct TrialMinutes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of free trial minutes remaining in the account.
Declaration
Swift
public let remaining: Double?
-
The total number of free trial minutes that the account started with.
Declaration
Swift
public let total: Double?
-
Undocumented
Declaration
Swift
public init(remaining: Double? = nil, total: Double? = nil)