Class: Aws::IoTSiteWise::Types::ListDashboardsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_summariesArray<Types::DashboardSummary>

A list that summarizes each dashboard in the project.

Returns:



6874
6875
6876
6877
6878
6879
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6874

class ListDashboardsResponse < Struct.new(
  :dashboard_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


6874
6875
6876
6877
6878
6879
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6874

class ListDashboardsResponse < Struct.new(
  :dashboard_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end