Class: Aws::EC2::Types::PacketHeaderStatementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PacketHeaderStatementRequest
- 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
#destination_addresses ⇒ Array<String>
The destination addresses.
56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 |
# File 'lib/aws-sdk-ec2/types.rb', line 56955 class PacketHeaderStatementRequest < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
#destination_ports ⇒ Array<String>
The destination ports.
56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 |
# File 'lib/aws-sdk-ec2/types.rb', line 56955 class PacketHeaderStatementRequest < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
#destination_prefix_lists ⇒ Array<String>
The destination prefix lists.
56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 |
# File 'lib/aws-sdk-ec2/types.rb', line 56955 class PacketHeaderStatementRequest < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
#protocols ⇒ Array<String>
The protocols.
56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 |
# File 'lib/aws-sdk-ec2/types.rb', line 56955 class PacketHeaderStatementRequest < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
#source_addresses ⇒ Array<String>
The source addresses.
56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 |
# File 'lib/aws-sdk-ec2/types.rb', line 56955 class PacketHeaderStatementRequest < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
#source_ports ⇒ Array<String>
The source ports.
56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 |
# File 'lib/aws-sdk-ec2/types.rb', line 56955 class PacketHeaderStatementRequest < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |
#source_prefix_lists ⇒ Array<String>
The source prefix lists.
56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 |
# File 'lib/aws-sdk-ec2/types.rb', line 56955 class PacketHeaderStatementRequest < Struct.new( :source_addresses, :destination_addresses, :source_ports, :destination_ports, :source_prefix_lists, :destination_prefix_lists, :protocols) SENSITIVE = [] include Aws::Structure end |