Class: Aws::Types::UpdateProxyRulePrioritiesResponse

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)


1980
1981
1982
# File 'sig/types.rbs', line 1980

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)


1979
1980
1981
# File 'sig/types.rbs', line 1979

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


1981
1982
1983
# File 'sig/types.rbs', line 1981

def rule_group_request_phase
  @rule_group_request_phase
end

#rules::Array[Types::ProxyRulePriority]

Returns the value of attribute rules.

Returns:



1982
1983
1984
# File 'sig/types.rbs', line 1982

def rules
  @rules
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1983
1984
1985
# File 'sig/types.rbs', line 1983

def update_token
  @update_token
end