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)


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

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)


1970
1971
1972
# File 'sig/types.rbs', line 1970

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


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

def rule_group_request_phase
  @rule_group_request_phase
end

#rules::Array[Types::ProxyRulePriority]

Returns the value of attribute rules.

Returns:



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

def rules
  @rules
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