Class: Aws::Types::DeleteProxyRulesRequest

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)


459
460
461
# File 'sig/types.rbs', line 459

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)


460
461
462
# File 'sig/types.rbs', line 460

def proxy_rule_group_name
  @proxy_rule_group_name
end

#rules::Array[::String]

Returns the value of attribute rules.

Returns:

  • (::Array[::String])


461
462
463
# File 'sig/types.rbs', line 461

def rules
  @rules
end