DescribeUsageReportSubscriptionsResult
public struct DescribeUsageReportSubscriptionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Declaration
Swift
public let nextToken: String?
-
Information about the usage report subscription.
Declaration
Swift
public let usageReportSubscriptions: [UsageReportSubscription]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, usageReportSubscriptions: [UsageReportSubscription]? = nil)