Class: Aws::Types::FirewallStatelessRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_ports::Array[Types::PortRange]

Returns the value of attribute destination_ports.

Returns:



9611
9612
9613
# File 'sig/types.rbs', line 9611

def destination_ports
  @destination_ports
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:

  • (::Array[::String])


9609
9610
9611
# File 'sig/types.rbs', line 9609

def destinations
  @destinations
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


9614
9615
9616
# File 'sig/types.rbs', line 9614

def priority
  @priority
end

#protocols::Array[::Integer]

Returns the value of attribute protocols.

Returns:

  • (::Array[::Integer])


9612
9613
9614
# File 'sig/types.rbs', line 9612

def protocols
  @protocols
end

#rule_action::String

Returns the value of attribute rule_action.

Returns:

  • (::String)


9613
9614
9615
# File 'sig/types.rbs', line 9613

def rule_action
  @rule_action
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


9607
9608
9609
# File 'sig/types.rbs', line 9607

def rule_group_arn
  @rule_group_arn
end

#source_ports::Array[Types::PortRange]

Returns the value of attribute source_ports.

Returns:



9610
9611
9612
# File 'sig/types.rbs', line 9610

def source_ports
  @source_ports
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


9608
9609
9610
# File 'sig/types.rbs', line 9608

def sources
  @sources
end