Class: Aws::IoTSiteWise::Types::ListAssetRelationshipsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_relationship_summariesArray<Types::AssetRelationshipSummary>

A list that summarizes each asset relationship.



6441
6442
6443
6444
6445
6446
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6441

class ListAssetRelationshipsResponse < Struct.new(
  :asset_relationship_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


6441
6442
6443
6444
6445
6446
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6441

class ListAssetRelationshipsResponse < Struct.new(
  :asset_relationship_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end