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:



9386
9387
9388
# File 'sig/types.rbs', line 9386

def destination_ports
  @destination_ports
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:

  • (::Array[::String])


9384
9385
9386
# File 'sig/types.rbs', line 9384

def destinations
  @destinations
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


9389
9390
9391
# File 'sig/types.rbs', line 9389

def priority
  @priority
end

#protocols::Array[::Integer]

Returns the value of attribute protocols.

Returns:

  • (::Array[::Integer])


9387
9388
9389
# File 'sig/types.rbs', line 9387

def protocols
  @protocols
end

#rule_action::String

Returns the value of attribute rule_action.

Returns:

  • (::String)


9388
9389
9390
# File 'sig/types.rbs', line 9388

def rule_action
  @rule_action
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


9382
9383
9384
# File 'sig/types.rbs', line 9382

def rule_group_arn
  @rule_group_arn
end

#source_ports::Array[Types::PortRange]

Returns the value of attribute source_ports.

Returns:



9385
9386
9387
# File 'sig/types.rbs', line 9385

def source_ports
  @source_ports
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


9383
9384
9385
# File 'sig/types.rbs', line 9383

def sources
  @sources
end