ListDashboardsRequest
public struct ListDashboardsRequest : AWSShape
extension IoTSiteWise.ListDashboardsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of results to be returned per paginated request. Default: 50
Declaration
Swift
public let maxResults: Int? -
The token to be used for the next set of paginated results.
Declaration
Swift
public let nextToken: String? -
The ID of the project.
Declaration
Swift
public let projectId: String -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, projectId: String) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoTSiteWise.ListDashboardsRequest
View on GitHub
ListDashboardsRequest Structure Reference