Class: Aws::IoTSiteWise::Types::ListAssetModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListAssetModelsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_summaries ⇒ Array<Types::AssetModelSummary>
A list that summarizes each asset model.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#asset_model_summaries ⇒ Array<Types::AssetModelSummary>
A list that summarizes each asset model.
6963 6964 6965 6966 6967 6968 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6963 class ListAssetModelsResponse < Struct.new( :asset_model_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.
6963 6964 6965 6966 6967 6968 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6963 class ListAssetModelsResponse < Struct.new( :asset_model_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |