Class: Aws::Types::UpdateProxyRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"ALLOW", ...

Returns the value of attribute action.

Returns:

  • ("ALLOW", "DENY", "ALERT")


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

def action
  @action
end

#add_conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute add_conditions.

Returns:



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

def add_conditions
  @add_conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

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)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def proxy_rule_group_name
  @proxy_rule_group_name
end

#proxy_rule_name::String

Returns the value of attribute proxy_rule_name.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def proxy_rule_name
  @proxy_rule_name
end

#remove_conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute remove_conditions.

Returns:



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

def remove_conditions
  @remove_conditions
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def update_token
  @update_token
end