Class: Aws::IoTSiteWise::Types::ListDashboardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListDashboardsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_summaries ⇒ Array<Types::DashboardSummary>
A list that summarizes each dashboard in the project.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#dashboard_summaries ⇒ Array<Types::DashboardSummary>
A list that summarizes each dashboard in the project.
7337 7338 7339 7340 7341 7342 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7337 class ListDashboardsResponse < Struct.new( :dashboard_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
7337 7338 7339 7340 7341 7342 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7337 class ListDashboardsResponse < Struct.new( :dashboard_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |