Class: Aws::Types::NetworkInsightsAccessScopeContent
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInsightsAccessScopeContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude_paths ⇒ ::Array[Types::AccessScopePath]
Returns the value of attribute exclude_paths.
-
#match_paths ⇒ ::Array[Types::AccessScopePath]
Returns the value of attribute match_paths.
-
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
Instance Attribute Details
#exclude_paths ⇒ ::Array[Types::AccessScopePath]
Returns the value of attribute exclude_paths.
15371 15372 15373 |
# File 'sig/types.rbs', line 15371 def exclude_paths @exclude_paths end |
#match_paths ⇒ ::Array[Types::AccessScopePath]
Returns the value of attribute match_paths.
15370 15371 15372 |
# File 'sig/types.rbs', line 15370 def match_paths @match_paths end |
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
15369 15370 15371 |
# File 'sig/types.rbs', line 15369 def network_insights_access_scope_id @network_insights_access_scope_id end |