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.
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.
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.
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.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def update_token @update_token end |