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")


1992
1993
1994
# File 'sig/types.rbs', line 1992

def action
  @action
end

#add_conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute add_conditions.

Returns:



1993
1994
1995
# File 'sig/types.rbs', line 1993

def add_conditions
  @add_conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def description
  @description
end

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

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)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def proxy_rule_group_name
  @proxy_rule_group_name
end

#proxy_rule_name::String

Returns the value of attribute proxy_rule_name.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def proxy_rule_name
  @proxy_rule_name
end

#remove_conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute remove_conditions.

Returns:



1994
1995
1996
# File 'sig/types.rbs', line 1994

def remove_conditions
  @remove_conditions
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def update_token
  @update_token
end