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:



9374
9375
9376
# File 'sig/types.rbs', line 9374

def destination_ports
  @destination_ports
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:

  • (::Array[::String])


9372
9373
9374
# File 'sig/types.rbs', line 9372

def destinations
  @destinations
end

#direction::String

Returns the value of attribute direction.

Returns:

  • (::String)


9377
9378
9379
# File 'sig/types.rbs', line 9377

def direction
  @direction
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


9375
9376
9377
# File 'sig/types.rbs', line 9375

def protocol
  @protocol
end

#rule_action::String

Returns the value of attribute rule_action.

Returns:

  • (::String)


9376
9377
9378
# File 'sig/types.rbs', line 9376

def rule_action
  @rule_action
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


9370
9371
9372
# File 'sig/types.rbs', line 9370

def rule_group_arn
  @rule_group_arn
end

#source_ports::Array[Types::PortRange]

Returns the value of attribute source_ports.

Returns:



9373
9374
9375
# File 'sig/types.rbs', line 9373

def source_ports
  @source_ports
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


9371
9372
9373
# File 'sig/types.rbs', line 9371

def sources
  @sources
end