Dashboard
public struct Dashboard : 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 dataset was created.
Declaration
Swift
public let createdTime: TimeStamp? -
Dashboard ID.
Declaration
Swift
public let dashboardId: String? -
The last time that this dataset was published.
Declaration
Swift
public let lastPublishedTime: TimeStamp? -
The last time that this dataset was updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
A display name for the dashboard.
Declaration
Swift
public let name: String? -
Version.
Declaration
Swift
public let version: DashboardVersion? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: TimeStamp? = nil, dashboardId: String? = nil, lastPublishedTime: TimeStamp? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, version: DashboardVersion? = nil)
View on GitHub
Dashboard Structure Reference