ListDashboardsResponse
public struct ListDashboardsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A structure that contains all of the dashboards in your AWS account. This structure provides basic information about the dashboards.
Declaration
Swift
public let dashboardSummaryList: [DashboardSummary]?
-
The token for the next set of results, or null if there are no more results.
Declaration
Swift
public let nextToken: String?
-
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: Int?
-
Undocumented
Declaration
Swift
public init(dashboardSummaryList: [DashboardSummary]? = nil, nextToken: String? = nil, requestId: String? = nil, status: Int? = nil)