Class: Aws::Types::DeleteNetworkInsightsAccessScopeAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNetworkInsightsAccessScopeAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_insights_access_scope_analysis_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4394 4395 4396 |
# File 'sig/types.rbs', line 4394 def dry_run @dry_run end |
#network_insights_access_scope_analysis_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_id.
4393 4394 4395 |
# File 'sig/types.rbs', line 4393 def network_insights_access_scope_analysis_id @network_insights_access_scope_analysis_id end |