Class: Aws::IoTSiteWise::Types::ListAssetRelationshipsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListAssetRelationshipsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_relationship_summaries ⇒ Array<Types::AssetRelationshipSummary>
A list that summarizes each asset relationship.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#asset_relationship_summaries ⇒ Array<Types::AssetRelationshipSummary>
A list that summarizes each asset relationship.
7078 7079 7080 7081 7082 7083 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7078 class ListAssetRelationshipsResponse < Struct.new( :asset_relationship_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.
7078 7079 7080 7081 7082 7083 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7078 class ListAssetRelationshipsResponse < Struct.new( :asset_relationship_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |