Class: Aws::EC2::Types::PacketHeaderStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PacketHeaderStatement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a packet header statement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_addresses ⇒ Array<String>
The destination addresses.
-
#destination_ports ⇒ Array<String>
The destination ports.
-
#destination_prefix_lists ⇒ Array<String>
The destination prefix lists.
-
#protocols ⇒ Array<String>
The protocols.
-
#source_addresses ⇒ Array<String>
The source addresses.
-
#source_ports ⇒ Array<String>
The source ports.
-
#source_prefix_lists ⇒ Array<String>
The source prefix lists.
Instance Attribute Details
permalink #destination_addresses ⇒ Array<String>
The destination addresses.
57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 |
# File 'lib/aws-sdk-ec2/types.rb', line 57676 class PacketHeaderStatement < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
permalink #destination_ports ⇒ Array<String>
The destination ports.
57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 |
# File 'lib/aws-sdk-ec2/types.rb', line 57676 class PacketHeaderStatement < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
permalink #destination_prefix_lists ⇒ Array<String>
The destination prefix lists.
57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 |
# File 'lib/aws-sdk-ec2/types.rb', line 57676 class PacketHeaderStatement < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
permalink #protocols ⇒ Array<String>
The protocols.
57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 |
# File 'lib/aws-sdk-ec2/types.rb', line 57676 class PacketHeaderStatement < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
permalink #source_addresses ⇒ Array<String>
The source addresses.
57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 |
# File 'lib/aws-sdk-ec2/types.rb', line 57676 class PacketHeaderStatement < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
permalink #source_ports ⇒ Array<String>
The source ports.
57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 |
# File 'lib/aws-sdk-ec2/types.rb', line 57676 class PacketHeaderStatement < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
permalink #source_prefix_lists ⇒ Array<String>
The source prefix lists.
57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 |
# File 'lib/aws-sdk-ec2/types.rb', line 57676 class PacketHeaderStatement < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |