DashboardEntry
public struct DashboardEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the dashboard.
Declaration
Swift
public let dashboardArn: String?
-
The name of the dashboard.
Declaration
Swift
public let dashboardName: String?
-
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
Declaration
Swift
public let lastModified: TimeStamp?
-
The size of the dashboard, in bytes.
Declaration
Swift
public let size: Int64?
-
Undocumented
Declaration
Swift
public init(dashboardArn: String? = nil, dashboardName: String? = nil, lastModified: TimeStamp? = nil, size: Int64? = nil)