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.
6615 6616 6617 6618 6619 6620 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6615 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.
6615 6616 6617 6618 6619 6620 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6615 class ListAssetRelationshipsResponse < Struct.new( :asset_relationship_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |