Class: Aws::IoTSiteWise::Types::ListInterfaceRelationshipsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListInterfaceRelationshipsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interface_relationship_summaries ⇒ Array<Types::InterfaceRelationshipSummary>
A list that summarizes each interface relationship.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#interface_relationship_summaries ⇒ Array<Types::InterfaceRelationshipSummary>
A list that summarizes each interface relationship.
8633 8634 8635 8636 8637 8638 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8633 class ListInterfaceRelationshipsResponse < Struct.new( :interface_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.
8633 8634 8635 8636 8637 8638 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8633 class ListInterfaceRelationshipsResponse < Struct.new( :interface_relationship_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |