Class: Aws::Types::DescribeNetworkInsightsAccessScopesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInsightsAccessScopesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_insights_access_scopes ⇒ ::Array[Types::NetworkInsightsAccessScope]
Returns the value of attribute network_insights_access_scopes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_insights_access_scopes ⇒ ::Array[Types::NetworkInsightsAccessScope]
Returns the value of attribute network_insights_access_scopes.
6637 6638 6639 |
# File 'sig/types.rbs', line 6637 def network_insights_access_scopes @network_insights_access_scopes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6638 6639 6640 |
# File 'sig/types.rbs', line 6638 def next_token @next_token end |