ListAWSDefaultServiceQuotasResponse
public struct ListAWSDefaultServiceQuotasResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(Optional) Use this parameter in a request if you receive a NextToken response in a previous request that indicates that there’s more output available. In a subsequent call, set it to the value of the previous call’s NextToken response to indicate where the output should continue from.
Declaration
Swift
public let nextToken: String?
-
A list of the quotas in the account with the AWS default values.
Declaration
Swift
public let quotas: [ServiceQuota]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, quotas: [ServiceQuota]? = nil)