Class: Aws::Resiliencehubv2::Types::ListServiceTopologyEdgesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token.

Returns:

  • (String)


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_summariesArray<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