Class: Aws::Types::RuleGroupSourceStatefulRulesHeaderDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


7398
7399
7400
# File 'sig/types.rbs', line 7398

def destination
  @destination
end

#destination_port::String

Returns the value of attribute destination_port.

Returns:

  • (::String)


7399
7400
7401
# File 'sig/types.rbs', line 7399

def destination_port
  @destination_port
end

#direction::String

Returns the value of attribute direction.

Returns:

  • (::String)


7400
7401
7402
# File 'sig/types.rbs', line 7400

def direction
  @direction
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


7401
7402
7403
# File 'sig/types.rbs', line 7401

def protocol
  @protocol
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


7402
7403
7404
# File 'sig/types.rbs', line 7402

def source
  @source
end

#source_port::String

Returns the value of attribute source_port.

Returns:

  • (::String)


7403
7404
7405
# File 'sig/types.rbs', line 7403

def source_port
  @source_port
end