Class: Aws::Types::ListServiceTopologyEdgesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceTopologyEdgesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_topology_edge_summaries ⇒ ::Array[Types::ServiceTopologyEdgeSummary]
Returns the value of attribute service_topology_edge_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
783 784 785 |
# File 'sig/types.rbs', line 783 def next_token @next_token end |
#service_topology_edge_summaries ⇒ ::Array[Types::ServiceTopologyEdgeSummary]
Returns the value of attribute service_topology_edge_summaries.
782 783 784 |
# File 'sig/types.rbs', line 782 def service_topology_edge_summaries @service_topology_edge_summaries end |