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.
6754 6755 6756 6757 6758 6759 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6754 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.
6754 6755 6756 6757 6758 6759 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6754 class ListAssociatedAssetsResponse < Struct.new( :asset_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |