Class: Aws::IoTSiteWise::Types::ListAssociatedAssetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListAssociatedAssetsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_summaries ⇒ Array<Types::AssociatedAssetsSummary>
A list that summarizes the associated assets.
-
#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::AssociatedAssetsSummary>
A list that summarizes the associated assets.
5037 5038 5039 5040 5041 5042 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5037 class ListAssociatedAssetsResponse < 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.
5037 5038 5039 5040 5041 5042 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5037 class ListAssociatedAssetsResponse < Struct.new( :asset_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |