Class: Aws::Types::ProxyConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#default_behavior"ALLOW_ALL", "DENY_ALL"

Returns the value of attribute default_behavior.



1012
1013
1014
# File 'sig/types.rbs', line 1012

def default_behavior
  @default_behavior
end

#ordered_proxy_rules::Array[Types::FleetProxyRule]

Returns the value of attribute ordered_proxy_rules.



1013
1014
1015
# File 'sig/types.rbs', line 1013

def ordered_proxy_rules
  @ordered_proxy_rules
end