ListPrincipalThingsRequest
public struct ListPrincipalThingsRequest : AWSShape
extension IoT.ListPrincipalThingsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of results to return in this operation.
Declaration
Swift
public let maxResults: Int? -
The token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String? -
The principal.
Declaration
Swift
public let principal: String -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, principal: String) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListPrincipalThingsRequest
View on GitHub
ListPrincipalThingsRequest Structure Reference