ListDashboardsOutput
public struct ListDashboardsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of matching dashboards.
Declaration
Swift
public let dashboardEntries: [DashboardEntry]?
-
The token that marks the start of the next batch of returned results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dashboardEntries: [DashboardEntry]? = nil, nextToken: String? = nil)