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:



2000
2001
2002
# File 'sig/types.rbs', line 2000

def proxy_rule
  @proxy_rule
end

#removed_conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute removed_conditions.

Returns:



2001
2002
2003
# File 'sig/types.rbs', line 2001

def removed_conditions
  @removed_conditions
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def update_token
  @update_token
end