Class: Aws::IoTSiteWise::Types::ListAssetModelsResponse

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_model_summariesArray<Types::AssetModelSummary>

A list that summarizes each asset model.

Returns:



6326
6327
6328
6329
6330
6331
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6326

class ListAssetModelsResponse < Struct.new(
  :asset_model_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)


6326
6327
6328
6329
6330
6331
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6326

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