DashboardSummary
public struct DashboardSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date the dashboard was created, in Unix epoch time.
Declaration
Swift
public let creationDate: TimeStamp? -
The dashboard’s description.
Declaration
Swift
public let description: String? -
The ID of the dashboard.
Declaration
Swift
public let id: String -
The date the dashboard was last updated, in Unix epoch time.
Declaration
Swift
public let lastUpdateDate: TimeStamp? -
The name of the dashboard
Declaration
Swift
public let name: String
View on GitHub
DashboardSummary Structure Reference