Class: Aws::Types::DetachRuleGroupsFromProxyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachRuleGroupsFromProxyConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
-
#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.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
770 771 772 |
# File 'sig/types.rbs', line 770 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
769 770 771 |
# File 'sig/types.rbs', line 769 def proxy_configuration_name @proxy_configuration_name end |
#rule_group_arns ⇒ ::Array[::String]
Returns the value of attribute rule_group_arns.
772 773 774 |
# File 'sig/types.rbs', line 772 def rule_group_arns @rule_group_arns end |
#rule_group_names ⇒ ::Array[::String]
Returns the value of attribute rule_group_names.
771 772 773 |
# File 'sig/types.rbs', line 771 def rule_group_names @rule_group_names end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
773 774 775 |
# File 'sig/types.rbs', line 773 def update_token @update_token end |