ListThingGroupsRequest
public struct ListThingGroupsRequest : AWSShape
extension IoT.ListThingGroupsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of results to return at one time.
Declaration
Swift
public let maxResults: Int? -
A filter that limits the results to those with the specified name prefix.
Declaration
Swift
public let namePrefixFilter: String? -
The token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String? -
A filter that limits the results to those with the specified parent group.
Declaration
Swift
public let parentGroup: String? -
If true, return child groups as well.
Declaration
Swift
public let recursive: Bool? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, namePrefixFilter: String? = nil, nextToken: String? = nil, parentGroup: String? = nil, recursive: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListThingGroupsRequest
View on GitHub
ListThingGroupsRequest Structure Reference