Class: Aws::EC2::Types::CreateNetworkInsightsAccessScopeResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_insights_access_scopeTypes::NetworkInsightsAccessScope

The Network Access Scope.



9559
9560
9561
9562
9563
9564
# File 'lib/aws-sdk-ec2/types.rb', line 9559

class CreateNetworkInsightsAccessScopeResult < Struct.new(
  :network_insights_access_scope,
  :network_insights_access_scope_content)
  SENSITIVE = []
  include Aws::Structure
end

#network_insights_access_scope_contentTypes::NetworkInsightsAccessScopeContent

The Network Access Scope content.



9559
9560
9561
9562
9563
9564
# File 'lib/aws-sdk-ec2/types.rb', line 9559

class CreateNetworkInsightsAccessScopeResult < Struct.new(
  :network_insights_access_scope,
  :network_insights_access_scope_content)
  SENSITIVE = []
  include Aws::Structure
end