ListDashboardsResponse
public struct ListDashboardsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list that summarizes each dashboard in the project.
Declaration
Swift
public let dashboardSummaries: [DashboardSummary] -
The token for the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(dashboardSummaries: [DashboardSummary], nextToken: String? = nil)
View on GitHub
ListDashboardsResponse Structure Reference