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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_arnString

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

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

Returns:

  • (String)

    The [ARN][1] of the dashboard, which has the following format.

#dashboard_creation_dateTime

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

Returns:

  • (Time)

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

#dashboard_definitionString

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

Returns:

  • (String)

    The dashboard\'s definition JSON literal.

#dashboard_descriptionString

The dashboard\'s description.

Returns:

  • (String)

    The dashboard\'s description.

#dashboard_idString

The ID of the dashboard.

Returns:

  • (String)

    The ID of the dashboard.

#dashboard_last_update_dateTime

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

Returns:

  • (Time)

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

#dashboard_nameString

The name of the dashboard.

Returns:

  • (String)

    The name of the dashboard.

#project_idString

The ID of the project that the dashboard is in.

Returns:

  • (String)

    The ID of the project that the dashboard is in.