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.
4808 4809 4810 4811 4812 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4808 class DescribeDashboardRequest < Struct.new( :dashboard_id) SENSITIVE = [] include Aws::Structure end |