Class: Aws::Types::CreateProxyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProxyConfigurationRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
-
#rule_group_arns ⇒ ::Array[::String]
Returns the value of attribute rule_group_arns.
-
#rule_group_names ⇒ ::Array[::String]
Returns the value of attribute rule_group_names.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#default_rule_phase_actions ⇒ Types::ProxyConfigDefaultRulePhaseActionsRequest
Returns the value of attribute default_rule_phase_actions.
249 250 251 |
# File 'sig/types.rbs', line 249 def default_rule_phase_actions @default_rule_phase_actions end |
#description ⇒ ::String
Returns the value of attribute description.
246 247 248 |
# File 'sig/types.rbs', line 246 def description @description end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def proxy_configuration_name @proxy_configuration_name end |
#rule_group_arns ⇒ ::Array[::String]
Returns the value of attribute rule_group_arns.
248 249 250 |
# File 'sig/types.rbs', line 248 def rule_group_arns @rule_group_arns end |
#rule_group_names ⇒ ::Array[::String]
Returns the value of attribute rule_group_names.
247 248 249 |
# File 'sig/types.rbs', line 247 def rule_group_names @rule_group_names end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
250 251 252 |
# File 'sig/types.rbs', line 250 def @tags end |