Class: Aws::EC2::Types::PathRequestFilter

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

Overview

Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_addressString

The destination IPv4 address.

Returns:

  • (String)


53179
53180
53181
53182
53183
53184
53185
53186
# File 'lib/aws-sdk-ec2/types.rb', line 53179

class PathRequestFilter < Struct.new(
  :source_address,
  :source_port_range,
  :destination_address,
  :destination_port_range)
  SENSITIVE = []
  include Aws::Structure
end

#destination_port_rangeTypes::RequestFilterPortRange

The destination port range.



53179
53180
53181
53182
53183
53184
53185
53186
# File 'lib/aws-sdk-ec2/types.rb', line 53179

class PathRequestFilter < Struct.new(
  :source_address,
  :source_port_range,
  :destination_address,
  :destination_port_range)
  SENSITIVE = []
  include Aws::Structure
end

#source_addressString

The source IPv4 address.

Returns:

  • (String)


53179
53180
53181
53182
53183
53184
53185
53186
# File 'lib/aws-sdk-ec2/types.rb', line 53179

class PathRequestFilter < Struct.new(
  :source_address,
  :source_port_range,
  :destination_address,
  :destination_port_range)
  SENSITIVE = []
  include Aws::Structure
end

#source_port_rangeTypes::RequestFilterPortRange

The source port range.



53179
53180
53181
53182
53183
53184
53185
53186
# File 'lib/aws-sdk-ec2/types.rb', line 53179

class PathRequestFilter < Struct.new(
  :source_address,
  :source_port_range,
  :destination_address,
  :destination_port_range)
  SENSITIVE = []
  include Aws::Structure
end