Class: Aws::IoTSiteWise::Types::DescribeDashboardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeDashboardRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_id ⇒ String
The ID of the dashboard.
Instance Attribute Details
#dashboard_id ⇒ String
The ID of the dashboard.
4800 4801 4802 4803 4804 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4800 class DescribeDashboardRequest < Struct.new( :dashboard_id) SENSITIVE = [] include Aws::Structure end |