Class: Aws::Types::UpdateProxyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_rule_phase_actions ⇒ Types::ProxyConfigDefaultRulePhaseActionsRequest
Returns the value of attribute default_rule_phase_actions.
-
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
-
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#default_rule_phase_actions ⇒ Types::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.
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.
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.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def update_token @update_token end |