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:



9718
9719
9720
# File 'sig/types.rbs', line 9718

def destination_ports
  @destination_ports
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:

  • (::Array[::String])


9716
9717
9718
# File 'sig/types.rbs', line 9716

def destinations
  @destinations
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


9721
9722
9723
# File 'sig/types.rbs', line 9721

def priority
  @priority
end

#protocols::Array[::Integer]

Returns the value of attribute protocols.

Returns:

  • (::Array[::Integer])


9719
9720
9721
# File 'sig/types.rbs', line 9719

def protocols
  @protocols
end

#rule_action::String

Returns the value of attribute rule_action.

Returns:

  • (::String)


9720
9721
9722
# File 'sig/types.rbs', line 9720

def rule_action
  @rule_action
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


9714
9715
9716
# File 'sig/types.rbs', line 9714

def rule_group_arn
  @rule_group_arn
end

#source_ports::Array[Types::PortRange]

Returns the value of attribute source_ports.

Returns:



9717
9718
9719
# File 'sig/types.rbs', line 9717

def source_ports
  @source_ports
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


9715
9716
9717
# File 'sig/types.rbs', line 9715

def sources
  @sources
end