Class: Aws::Types::DescribeNetworkInsightsPathsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInsightsPathsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_insights_paths ⇒ ::Array[Types::NetworkInsightsPath]
Returns the value of attribute network_insights_paths.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_insights_paths ⇒ ::Array[Types::NetworkInsightsPath]
Returns the value of attribute network_insights_paths.
6670 6671 6672 |
# File 'sig/types.rbs', line 6670 def network_insights_paths @network_insights_paths end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6671 6672 6673 |
# File 'sig/types.rbs', line 6671 def next_token @next_token end |