Class: Aws::IoTSiteWise::Types::ListProjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListProjectsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
-
#project_summaries ⇒ Array<Types::ProjectSummary>
A list that summarizes each project in the portal.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
7017 7018 7019 7020 7021 7022 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7017 class ListProjectsResponse < Struct.new( :project_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#project_summaries ⇒ Array<Types::ProjectSummary>
A list that summarizes each project in the portal.
7017 7018 7019 7020 7021 7022 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7017 class ListProjectsResponse < Struct.new( :project_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |