Class DescribeDashboardResponse

    • Method Detail

      • dashboardId

        public final String dashboardId()

        The ID of the dashboard.

        Returns:
        The ID of the dashboard.
      • dashboardArn

        public final String dashboardArn()

        The ARN of the dashboard, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

        Returns:
        The ARN of the dashboard, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

      • dashboardName

        public final String dashboardName()

        The name of the dashboard.

        Returns:
        The name of the dashboard.
      • projectId

        public final String projectId()

        The ID of the project that the dashboard is in.

        Returns:
        The ID of the project that the dashboard is in.
      • dashboardDescription

        public final String dashboardDescription()

        The dashboard's description.

        Returns:
        The dashboard's description.
      • dashboardDefinition

        public final String dashboardDefinition()

        The dashboard's definition JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.

        Returns:
        The dashboard's definition JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
      • dashboardCreationDate

        public final Instant dashboardCreationDate()

        The date the dashboard was created, in Unix epoch time.

        Returns:
        The date the dashboard was created, in Unix epoch time.
      • dashboardLastUpdateDate

        public final Instant dashboardLastUpdateDate()

        The date the dashboard was last updated, in Unix epoch time.

        Returns:
        The date the dashboard was last updated, in Unix epoch time.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object