Class: Aws::IoTSiteWise::Types::DescribeDashboardRequest

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_idString

The ID of the dashboard.

Returns:

  • (String)


4396
4397
4398
4399
4400
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4396

class DescribeDashboardRequest < Struct.new(
  :dashboard_id)
  SENSITIVE = []
  include Aws::Structure
end