Class: Aws::IoTSiteWise::Types::DashboardSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DashboardSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains a dashboard summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the dashboard was created, in Unix epoch time.
-
#description ⇒ String
The dashboard’s description.
-
#id ⇒ String
The ID of the dashboard.
-
#last_update_date ⇒ Time
The date the dashboard was last updated, in Unix epoch time.
-
#name ⇒ String
The name of the dashboard.
Instance Attribute Details
#creation_date ⇒ Time
The date the dashboard was created, in Unix epoch time.
3559 3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3559 class DashboardSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The dashboard’s description.
3559 3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3559 class DashboardSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the dashboard.
3559 3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3559 class DashboardSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#last_update_date ⇒ Time
The date the dashboard was last updated, in Unix epoch time.
3559 3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3559 class DashboardSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dashboard
3559 3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3559 class DashboardSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |