Class: Aws::Types::NetworkTrafficConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_headers::Array[Types::CustomHeader]

Returns the value of attribute custom_headers.

Returns:



1717
1718
1719
# File 'sig/types.rbs', line 1717

def custom_headers
  @custom_headers
end

#rules::Array[Types::NetworkTrafficRule]

Returns the value of attribute rules.

Returns:



1716
1717
1718
# File 'sig/types.rbs', line 1716

def rules
  @rules
end