ListPlacementsRequest
public struct ListPlacementsRequest : AWSShape
extension IoT1ClickProjects.ListPlacementsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return per request. If not set, a default value of 100 is used.
Declaration
Swift
public let maxResults: Int?
-
The token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
The project containing the placements to be listed.
Declaration
Swift
public let projectName: String
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, projectName: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT1ClickProjects.ListPlacementsRequest