DashboardSummary
public struct DashboardSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let arn: String? -
The time that this dashboard was created.
Declaration
Swift
public let createdTime: TimeStamp? -
Dashboard ID.
Declaration
Swift
public let dashboardId: String? -
The last time that this dashboard was published.
Declaration
Swift
public let lastPublishedTime: TimeStamp? -
The last time that this dashboard was updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
A display name for the dashboard.
Declaration
Swift
public let name: String? -
Published version number.
Declaration
Swift
public let publishedVersionNumber: Int64?
View on GitHub
DashboardSummary Structure Reference