GetReservationCoverageResponse

public struct GetReservationCoverageResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The amount of time that your reservations covered.

    Declaration

    Swift

    public let coveragesByTime: [CoverageByTime]
  • The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.

    Declaration

    Swift

    public let nextPageToken: String?
  • The total amount of instance usage that a reservation covered.

    Declaration

    Swift

    public let total: Coverage?
  • Undocumented

    Declaration

    Swift

    public init(coveragesByTime: [CoverageByTime], nextPageToken: String? = nil, total: Coverage? = nil)