Class: Aws::Types::UpdateProxyRuleGroupPrioritiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def proxy_configuration_name
  @proxy_configuration_name
end

#rule_groups::Array[Types::ProxyRuleGroupPriority]

Returns the value of attribute rule_groups.

Returns:



1930
1931
1932
# File 'sig/types.rbs', line 1930

def rule_groups
  @rule_groups
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def update_token
  @update_token
end