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:



6676
6677
6678
6679
6680
6681
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6676

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)


6676
6677
6678
6679
6680
6681
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6676

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