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.
244 245 246 |
# File 'sig/types.rbs', line 244 def default_rule_phase_actions @default_rule_phase_actions end |
#description ⇒ ::String
Returns the value of attribute description.
241 242 243 |
# File 'sig/types.rbs', line 241 def description @description end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
240 241 242 |
# File 'sig/types.rbs', line 240 def proxy_configuration_name @proxy_configuration_name end |
#rule_group_arns ⇒ ::Array[::String]
Returns the value of attribute rule_group_arns.
243 244 245 |
# File 'sig/types.rbs', line 243 def rule_group_arns @rule_group_arns end |
#rule_group_names ⇒ ::Array[::String]
Returns the value of attribute rule_group_names.
242 243 244 |
# File 'sig/types.rbs', line 242 def rule_group_names @rule_group_names end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
245 246 247 |
# File 'sig/types.rbs', line 245 def @tags end |