Class: Aws::IoTSiteWise::Types::ListPortalsResponse

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)


6769
6770
6771
6772
6773
6774
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6769

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

#portal_summariesArray<Types::PortalSummary>

A list that summarizes each portal.

Returns:



6769
6770
6771
6772
6773
6774
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6769

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