GetMinuteUsageResponse
public struct GetMinuteUsageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Estimated number of minutes remaining for an account, specific to the month being requested.
Declaration
Swift
public let estimatedMinutesRemaining: Int? -
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
Declaration
Swift
public let isReservedMinutesCustomer: Bool? -
Total number of reserved minutes allocated, specific to the month being requested.
Declaration
Swift
public let totalReservedMinuteAllocation: Int? -
Total scheduled minutes for an account, specific to the month being requested.
Declaration
Swift
public let totalScheduledMinutes: Int? -
Upcoming minutes scheduled for an account, specific to the month being requested.
Declaration
Swift
public let upcomingMinutesScheduled: Int? -
init(estimatedMinutesRemaining:isReservedMinutesCustomer:totalReservedMinuteAllocation:totalScheduledMinutes:upcomingMinutesScheduled:)Undocumented
Declaration
Swift
public init(estimatedMinutesRemaining: Int? = nil, isReservedMinutesCustomer: Bool? = nil, totalReservedMinuteAllocation: Int? = nil, totalScheduledMinutes: Int? = nil, upcomingMinutesScheduled: Int? = nil)
View on GitHub
GetMinuteUsageResponse Structure Reference