Class: Aws::IoTSiteWise::Types::ListWorkspacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListWorkspacesResponse
- 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.
-
#workspace_summaries ⇒ Array<Types::WorkspaceSummary>
A list that summarizes each workspace.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
12173 12174 12175 12176 12177 12178 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12173 class ListWorkspacesResponse < Struct.new( :workspace_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#workspace_summaries ⇒ Array<Types::WorkspaceSummary>
A list that summarizes each workspace.
12173 12174 12175 12176 12177 12178 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12173 class ListWorkspacesResponse < Struct.new( :workspace_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |