Class: Aws::Resiliencehubv2::Types::ListServiceTopologyEdgesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListServiceTopologyEdgesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#service_topology_edge_summaries ⇒ Array<Types::ServiceTopologyEdgeSummary>
The list of service topology edge summaries.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
2631 2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2631 class ListServiceTopologyEdgesResponse < Struct.new( :service_topology_edge_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_topology_edge_summaries ⇒ Array<Types::ServiceTopologyEdgeSummary>
The list of service topology edge summaries.
2631 2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2631 class ListServiceTopologyEdgesResponse < Struct.new( :service_topology_edge_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |