Class: Aws::IoTSiteWise::Types::ListPortalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListPortalsResponse
- 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.
-
#portal_summaries ⇒ Array<Types::PortalSummary>
A list that summarizes each portal.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
4194 4195 4196 4197 4198 4199 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4194 class ListPortalsResponse < Struct.new( :portal_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#portal_summaries ⇒ Array<Types::PortalSummary>
A list that summarizes each portal.
4194 4195 4196 4197 4198 4199 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4194 class ListPortalsResponse < Struct.new( :portal_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |