Class: Aws::Types::DescribeNetworkInsightsAccessScopeAnalysesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInsightsAccessScopeAnalysesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_insights_access_scope_analyses ⇒ ::Array[Types::NetworkInsightsAccessScopeAnalysis]
Returns the value of attribute network_insights_access_scope_analyses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_insights_access_scope_analyses ⇒ ::Array[Types::NetworkInsightsAccessScopeAnalysis]
Returns the value of attribute network_insights_access_scope_analyses.
6622 6623 6624 |
# File 'sig/types.rbs', line 6622 def network_insights_access_scope_analyses @network_insights_access_scope_analyses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6623 6624 6625 |
# File 'sig/types.rbs', line 6623 def next_token @next_token end |