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.



1899
1900
1901
# File 'sig/types.rbs', line 1899

def default_rule_phase_actions
  @default_rule_phase_actions
end

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def proxy_configuration_name
  @proxy_configuration_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1900
1901
1902
# File 'sig/types.rbs', line 1900

def update_token
  @update_token
end