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

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_summariesArray<Types::DashboardSummary>

A list that summarizes each dashboard in the project.

Returns:



5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5104

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)


5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5104

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