GetUsageStatisticsResponse

public struct GetUsageStatisticsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The pagination parameter to be used on the next list operation to retrieve more items.

    Declaration

    Swift

    public let nextToken: String?
  • The usage statistics object. If a UsageStatisticType was provided, the objects representing other types will be null.

    Declaration

    Swift

    public let usageStatistics: UsageStatistics?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, usageStatistics: UsageStatistics? = nil)