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:



1692
1693
1694
# File 'sig/types.rbs', line 1692

def custom_headers
  @custom_headers
end

#rules::Array[Types::NetworkTrafficRule]

Returns the value of attribute rules.

Returns:



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

def rules
  @rules
end