Class: Aws::Types::DescribeNetworkInsightsAnalysesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInsightsAnalysesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_insights_analyses ⇒ ::Array[Types::NetworkInsightsAnalysis]
Returns the value of attribute network_insights_analyses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_insights_analyses ⇒ ::Array[Types::NetworkInsightsAnalysis]
Returns the value of attribute network_insights_analyses.
6655 6656 6657 |
# File 'sig/types.rbs', line 6655 def network_insights_analyses @network_insights_analyses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6656 6657 6658 |
# File 'sig/types.rbs', line 6656 def next_token @next_token end |