Class: Aws::Types::CreateProxyRulesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def proxy_rule_group_arn
  @proxy_rule_group_arn
end

#proxy_rule_group_name::String

Returns the value of attribute proxy_rule_group_name.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def proxy_rule_group_name
  @proxy_rule_group_name
end

#rulesTypes::CreateProxyRulesByRequestPhase

Returns the value of attribute rules.



310
311
312
# File 'sig/types.rbs', line 310

def rules
  @rules
end