Class: Aws::IoTSiteWise::Types::ListAssetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListAssetsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_summaries ⇒ Array<Types::AssetSummary>
A list that summarizes each asset.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#asset_summaries ⇒ Array<Types::AssetSummary>
A list that summarizes each asset.
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_token ⇒ String
The token for the next set of results, or null if there are no additional results.
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 |