Class: Aws::IoTSiteWise::Types::ListAssetPropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListAssetPropertiesResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_property_summaries ⇒ Array<Types::AssetPropertySummary>
A list that summarizes the properties associated with the specified asset.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#asset_property_summaries ⇒ Array<Types::AssetPropertySummary>
A list that summarizes the properties associated with the specified asset.
7073 7074 7075 7076 7077 7078 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7073 class ListAssetPropertiesResponse < Struct.new( :asset_property_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
7073 7074 7075 7076 7077 7078 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7073 class ListAssetPropertiesResponse < Struct.new( :asset_property_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |