Class: Aws::Types::DescribeNetworkInsightsAccessScopesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInsightsAccessScopesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#network_insights_access_scope_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_access_scope_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6904 6905 6906 |
# File 'sig/types.rbs', line 6904 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6902 6903 6904 |
# File 'sig/types.rbs', line 6902 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6903 6904 6905 |
# File 'sig/types.rbs', line 6903 def max_results @max_results end |
#network_insights_access_scope_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_access_scope_ids.
6901 6902 6903 |
# File 'sig/types.rbs', line 6901 def network_insights_access_scope_ids @network_insights_access_scope_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6905 6906 6907 |
# File 'sig/types.rbs', line 6905 def next_token @next_token end |