Class: Aws::EC2::Types::CreateNetworkInsightsAccessScopeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateNetworkInsightsAccessScopeResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_access_scope ⇒ Types::NetworkInsightsAccessScope
The Network Access Scope.
-
#network_insights_access_scope_content ⇒ Types::NetworkInsightsAccessScopeContent
The Network Access Scope content.
Instance Attribute Details
#network_insights_access_scope ⇒ Types::NetworkInsightsAccessScope
The Network Access Scope.
10706 10707 10708 10709 10710 10711 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10706 class CreateNetworkInsightsAccessScopeResult < Struct.new( :network_insights_access_scope, :network_insights_access_scope_content) SENSITIVE = [] include Aws::Structure end |
#network_insights_access_scope_content ⇒ Types::NetworkInsightsAccessScopeContent
The Network Access Scope content.
10706 10707 10708 10709 10710 10711 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10706 class CreateNetworkInsightsAccessScopeResult < Struct.new( :network_insights_access_scope, :network_insights_access_scope_content) SENSITIVE = [] include Aws::Structure end |