You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::DescribeDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeDashboardResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ String
The [ARN][1] of the dashboard, which has the following format.
-
#dashboard_creation_date ⇒ Time
The date the dashboard was created, in Unix epoch time.
-
#dashboard_definition ⇒ String
The dashboard\'s definition JSON literal.
-
#dashboard_description ⇒ String
The dashboard\'s description.
-
#dashboard_id ⇒ String
The ID of the dashboard.
-
#dashboard_last_update_date ⇒ Time
The date the dashboard was last updated, in Unix epoch time.
-
#dashboard_name ⇒ String
The name of the dashboard.
-
#project_id ⇒ String
The ID of the project that the dashboard is in.
Instance Attribute Details
#dashboard_arn ⇒ String
The ARN of the dashboard, which has the following format.
arn:$`{Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}`
#dashboard_creation_date ⇒ Time
The date the dashboard was created, in Unix epoch time.
#dashboard_definition ⇒ String
The dashboard\'s definition JSON literal. For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide.
#dashboard_description ⇒ String
The dashboard\'s description.
#dashboard_id ⇒ String
The ID of the dashboard.
#dashboard_last_update_date ⇒ Time
The date the dashboard was last updated, in Unix epoch time.
#dashboard_name ⇒ String
The name of the dashboard.
#project_id ⇒ String
The ID of the project that the dashboard is in.