Class: Aws::IoTSiteWise::Types::ListProjectsResponse

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

#next_tokenString

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

Returns:

  • (String)


5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5247

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

#project_summariesArray<Types::ProjectSummary>

A list that summarizes each project in the portal.

Returns:



5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5247

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