Class: Aws::Types::ProxyRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"ALLOW", ...

Returns the value of attribute action.

Returns:

  • ("ALLOW", "DENY", "ALERT")


1325
1326
1327
# File 'sig/types.rbs', line 1325

def action
  @action
end

#conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute conditions.

Returns:



1326
1327
1328
# File 'sig/types.rbs', line 1326

def conditions
  @conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def description
  @description
end

#proxy_rule_name::String

Returns the value of attribute proxy_rule_name.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def proxy_rule_name
  @proxy_rule_name
end