Class: Aws::EC2::Types::NetworkInsightsAccessScopeContent

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

Overview

Describes the Network Access Scope content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_pathsArray<Types::AccessScopePath>

The paths to exclude.

Returns:



51887
51888
51889
51890
51891
51892
51893
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51887

class NetworkInsightsAccessScopeContent < Struct.new(
  :network_insights_access_scope_id,
  :match_paths,
  :exclude_paths)
  SENSITIVE = []
  include Aws::Structure
end

#match_pathsArray<Types::AccessScopePath>

The paths to match.

Returns:



51887
51888
51889
51890
51891
51892
51893
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51887

class NetworkInsightsAccessScopeContent < Struct.new(
  :network_insights_access_scope_id,
  :match_paths,
  :exclude_paths)
  SENSITIVE = []
  include Aws::Structure
end

#network_insights_access_scope_idString

The ID of the Network Access Scope.

Returns:

  • (String)


51887
51888
51889
51890
51891
51892
51893
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51887

class NetworkInsightsAccessScopeContent < Struct.new(
  :network_insights_access_scope_id,
  :match_paths,
  :exclude_paths)
  SENSITIVE = []
  include Aws::Structure
end