Class: Aws::IoTSiteWise::Types::DescribeDashboardResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

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)


4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4445

class DescribeDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :dashboard_name,
  :project_id,
  :dashboard_description,
  :dashboard_definition,
  :dashboard_creation_date,
  :dashboard_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_creation_dateTime

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

Returns:

  • (Time)


4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4445

class DescribeDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :dashboard_name,
  :project_id,
  :dashboard_description,
  :dashboard_definition,
  :dashboard_creation_date,
  :dashboard_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_definitionString

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

Returns:

  • (String)


4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4445

class DescribeDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :dashboard_name,
  :project_id,
  :dashboard_description,
  :dashboard_definition,
  :dashboard_creation_date,
  :dashboard_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_descriptionString

The dashboard's description.

Returns:

  • (String)


4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4445

class DescribeDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :dashboard_name,
  :project_id,
  :dashboard_description,
  :dashboard_definition,
  :dashboard_creation_date,
  :dashboard_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID of the dashboard.

Returns:

  • (String)


4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4445

class DescribeDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :dashboard_name,
  :project_id,
  :dashboard_description,
  :dashboard_definition,
  :dashboard_creation_date,
  :dashboard_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_last_update_dateTime

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

Returns:

  • (Time)


4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4445

class DescribeDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :dashboard_name,
  :project_id,
  :dashboard_description,
  :dashboard_definition,
  :dashboard_creation_date,
  :dashboard_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_nameString

The name of the dashboard.

Returns:

  • (String)


4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4445

class DescribeDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :dashboard_name,
  :project_id,
  :dashboard_description,
  :dashboard_definition,
  :dashboard_creation_date,
  :dashboard_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the project that the dashboard is in.

Returns:

  • (String)


4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4445

class DescribeDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :dashboard_name,
  :project_id,
  :dashboard_description,
  :dashboard_definition,
  :dashboard_creation_date,
  :dashboard_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end