Class: Aws::EC2::Types::PathRequestFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PathRequestFilter
- Defined in:
- gems/aws-sdk-ec2/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
-
#destination_address ⇒ String
The destination IPv4 address.
-
#destination_port_range ⇒ Types::RequestFilterPortRange
The destination port range.
-
#source_address ⇒ String
The source IPv4 address.
-
#source_port_range ⇒ Types::RequestFilterPortRange
The source port range.
Instance Attribute Details
#destination_address ⇒ String
The destination IPv4 address.
57859 57860 57861 57862 57863 57864 57865 57866 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57859 class PathRequestFilter < Struct.new( :source_address, :source_port_range, :destination_address, :destination_port_range) SENSITIVE = [] include Aws::Structure end |
#destination_port_range ⇒ Types::RequestFilterPortRange
The destination port range.
57859 57860 57861 57862 57863 57864 57865 57866 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57859 class PathRequestFilter < Struct.new( :source_address, :source_port_range, :destination_address, :destination_port_range) SENSITIVE = [] include Aws::Structure end |
#source_address ⇒ String
The source IPv4 address.
57859 57860 57861 57862 57863 57864 57865 57866 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57859 class PathRequestFilter < Struct.new( :source_address, :source_port_range, :destination_address, :destination_port_range) SENSITIVE = [] include Aws::Structure end |
#source_port_range ⇒ Types::RequestFilterPortRange
The source port range.
57859 57860 57861 57862 57863 57864 57865 57866 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57859 class PathRequestFilter < Struct.new( :source_address, :source_port_range, :destination_address, :destination_port_range) SENSITIVE = [] include Aws::Structure end |