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.
765 766 767 |
# File 'sig/types.rbs', line 765 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
764 765 766 |
# File 'sig/types.rbs', line 764 def proxy_configuration_name @proxy_configuration_name end |
#rule_group_arns ⇒ ::Array[::String]
Returns the value of attribute rule_group_arns.
767 768 769 |
# File 'sig/types.rbs', line 767 def rule_group_arns @rule_group_arns end |
#rule_group_names ⇒ ::Array[::String]
Returns the value of attribute rule_group_names.
766 767 768 |
# File 'sig/types.rbs', line 766 def rule_group_names @rule_group_names end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
768 769 770 |
# File 'sig/types.rbs', line 768 def update_token @update_token end |