Class: Aws::IoTSiteWise::Types::ListAssetPropertiesResponse

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

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

Returns:



6385
6386
6387
6388
6389
6390
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6385

class ListAssetPropertiesResponse < Struct.new(
  :asset_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)


6385
6386
6387
6388
6389
6390
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6385

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