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:



1690
1691
1692
# File 'sig/types.rbs', line 1690

def custom_headers
  @custom_headers
end

#rules::Array[Types::NetworkTrafficRule]

Returns the value of attribute rules.

Returns:



1689
1690
1691
# File 'sig/types.rbs', line 1689

def rules
  @rules
end