Class: Aws::Types::FirewallStatefulRule

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:



9599
9600
9601
# File 'sig/types.rbs', line 9599

def destination_ports
  @destination_ports
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:

  • (::Array[::String])


9597
9598
9599
# File 'sig/types.rbs', line 9597

def destinations
  @destinations
end

#direction::String

Returns the value of attribute direction.

Returns:

  • (::String)


9602
9603
9604
# File 'sig/types.rbs', line 9602

def direction
  @direction
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


9600
9601
9602
# File 'sig/types.rbs', line 9600

def protocol
  @protocol
end

#rule_action::String

Returns the value of attribute rule_action.

Returns:

  • (::String)


9601
9602
9603
# File 'sig/types.rbs', line 9601

def rule_action
  @rule_action
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


9595
9596
9597
# File 'sig/types.rbs', line 9595

def rule_group_arn
  @rule_group_arn
end

#source_ports::Array[Types::PortRange]

Returns the value of attribute source_ports.

Returns:



9598
9599
9600
# File 'sig/types.rbs', line 9598

def source_ports
  @source_ports
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


9596
9597
9598
# File 'sig/types.rbs', line 9596

def sources
  @sources
end