Class: Aws::Types::UpdateProxyRuleGroupPrioritiesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_rule_groups::Array[Types::ProxyRuleGroupPriorityResult]

Returns the value of attribute proxy_rule_groups.



1964
1965
1966
# File 'sig/types.rbs', line 1964

def proxy_rule_groups
  @proxy_rule_groups
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def update_token
  @update_token
end