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:



6703
6704
6705
6706
6707
6708
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6703

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)


6703
6704
6705
6706
6707
6708
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6703

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