Class: Aws::EC2::Types::PacketHeaderStatement

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

Overview

Describes a packet header statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_addresses ⇒ Array<String>

The destination addresses.

Returns:

  • (Array<String>)


73027
73028
73029
73030
73031
73032
73033
73034
73035
73036
73037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 73027

class PacketHeaderStatement < 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.

Returns:

  • (Array<String>)


73027
73028
73029
73030
73031
73032
73033
73034
73035
73036
73037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 73027

class PacketHeaderStatement < 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.

Returns:

  • (Array<String>)


73027
73028
73029
73030
73031
73032
73033
73034
73035
73036
73037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 73027

class PacketHeaderStatement < 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.

Returns:

  • (Array<String>)


73027
73028
73029
73030
73031
73032
73033
73034
73035
73036
73037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 73027

class PacketHeaderStatement < 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.

Returns:

  • (Array<String>)


73027
73028
73029
73030
73031
73032
73033
73034
73035
73036
73037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 73027

class PacketHeaderStatement < 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.

Returns:

  • (Array<String>)


73027
73028
73029
73030
73031
73032
73033
73034
73035
73036
73037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 73027

class PacketHeaderStatement < 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.

Returns:

  • (Array<String>)


73027
73028
73029
73030
73031
73032
73033
73034
73035
73036
73037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 73027

class PacketHeaderStatement < Struct.new(
  :source_addresses,
  :destination_addresses,
  :source_ports,
  :destination_ports,
  :source_prefix_lists,
  :destination_prefix_lists,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end