Class: Aws::Types::UpdateProxyRuleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_ruleTypes::ProxyRule

Returns the value of attribute proxy_rule.

Returns:



1972
1973
1974
# File 'sig/types.rbs', line 1972

def proxy_rule
  @proxy_rule
end

#removed_conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute removed_conditions.

Returns:



1973
1974
1975
# File 'sig/types.rbs', line 1973

def removed_conditions
  @removed_conditions
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def update_token
  @update_token
end