Class: Aws::EC2::Types::DeleteNetworkInsightsAccessScopeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNetworkInsightsAccessScopeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_access_scope_id ⇒ String
The ID of the Network Access Scope.
Instance Attribute Details
#network_insights_access_scope_id ⇒ String
The ID of the Network Access Scope.
15949 15950 15951 15952 15953 |
# File 'lib/aws-sdk-ec2/types.rb', line 15949 class DeleteNetworkInsightsAccessScopeResult < Struct.new( :network_insights_access_scope_id) SENSITIVE = [] include Aws::Structure end |