Class: Aws::Types::UpdateProxyRulePrioritiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

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)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def proxy_rule_group_name
  @proxy_rule_group_name
end

#rule_group_request_phase"PRE_DNS", ...

Returns the value of attribute rule_group_request_phase.

Returns:

  • ("PRE_DNS", "PRE_REQ", "POST_RES")


1944
1945
1946
# File 'sig/types.rbs', line 1944

def rule_group_request_phase
  @rule_group_request_phase
end

#rules::Array[Types::ProxyRulePriority]

Returns the value of attribute rules.

Returns:



1945
1946
1947
# File 'sig/types.rbs', line 1945

def rules
  @rules
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def update_token
  @update_token
end