Class: Aws::IoTSiteWise::Types::ListAssetsResponse

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

#asset_summariesArray<Types::AssetSummary>

A list that summarizes each asset.

Returns:



6502
6503
6504
6505
6506
6507
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6502

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

#next_tokenString

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

Returns:

  • (String)


6502
6503
6504
6505
6506
6507
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6502

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