ListBillingGroupsRequest
public struct ListBillingGroupsRequest : AWSShape
extension IoT.ListBillingGroupsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return per request.
Declaration
Swift
public let maxResults: Int?
-
Limit the results to billing groups whose names have the given prefix.
Declaration
Swift
public let namePrefixFilter: String?
-
The token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, namePrefixFilter: String? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListBillingGroupsRequest