Class: Aws::Types::UpdateProxyConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_rule_phase_actionsTypes::ProxyConfigDefaultRulePhaseActionsRequest

Returns the value of attribute default_rule_phase_actions.



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

def default_rule_phase_actions
  @default_rule_phase_actions
end

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def proxy_configuration_name
  @proxy_configuration_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


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

def update_token
  @update_token
end