Class: Aws::EC2::Types::GetNetworkInsightsAccessScopeContentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetNetworkInsightsAccessScopeContentResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_access_scope_content ⇒ Types::NetworkInsightsAccessScopeContent
The Network Access Scope content.
Instance Attribute Details
#network_insights_access_scope_content ⇒ Types::NetworkInsightsAccessScopeContent
The Network Access Scope content.
38206 38207 38208 38209 38210 |
# File 'lib/aws-sdk-ec2/types.rb', line 38206 class GetNetworkInsightsAccessScopeContentResult < Struct.new( :network_insights_access_scope_content) SENSITIVE = [] include Aws::Structure end |