DescribeDashboardResponse
public struct DescribeDashboardResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the dashboard, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
Declaration
Swift
public let dashboardArn: String
-
The date the dashboard was created, in Unix epoch time.
Declaration
Swift
public let dashboardCreationDate: TimeStamp
-
The dashboard’s definition JSON literal. For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide.
Declaration
Swift
public let dashboardDefinition: String
-
The dashboard’s description.
Declaration
Swift
public let dashboardDescription: String?
-
The ID of the dashboard.
Declaration
Swift
public let dashboardId: String
-
The date the dashboard was last updated, in Unix epoch time.
Declaration
Swift
public let dashboardLastUpdateDate: TimeStamp
-
The name of the dashboard.
Declaration
Swift
public let dashboardName: String
-
The ID of the project that the dashboard is in.
Declaration
Swift
public let projectId: String