Class: Aws::IoTSiteWise::Types::ListAssetModelPropertiesResponse

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_property_summariesArray<Types::AssetModelPropertySummary>

A list that summarizes the properties associated with the specified asset model.



6280
6281
6282
6283
6284
6285
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6280

class ListAssetModelPropertiesResponse < Struct.new(
  :asset_model_property_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)


6280
6281
6282
6283
6284
6285
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6280

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