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")


1347
1348
1349
# File 'sig/types.rbs', line 1347

def action
  @action
end

#conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute conditions.

Returns:



1348
1349
1350
# File 'sig/types.rbs', line 1348

def conditions
  @conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def description
  @description
end

#proxy_rule_name::String

Returns the value of attribute proxy_rule_name.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def proxy_rule_name
  @proxy_rule_name
end