Class: Aws::IoTSiteWise::Types::ListAssetModelPropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListAssetModelPropertiesResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_property_summaries ⇒ Array<Types::AssetModelPropertySummary>
A list that summarizes the properties associated with the specified 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_property_summaries ⇒ Array<Types::AssetModelPropertySummary>
A list that summarizes the properties associated with the specified asset model.
4781 4782 4783 4784 4785 4786 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4781 class ListAssetModelPropertiesResponse < Struct.new( :asset_model_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.
4781 4782 4783 4784 4785 4786 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4781 class ListAssetModelPropertiesResponse < Struct.new( :asset_model_property_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |