Class: Aws::Types::AttachRuleGroupsToProxyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachRuleGroupsToProxyConfigurationRequest
- 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_groups ⇒ ::Array[Types::ProxyRuleGroupAttachment]
Returns the value of attribute rule_groups.
-
#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.
112 113 114 |
# File 'sig/types.rbs', line 112 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
111 112 113 |
# File 'sig/types.rbs', line 111 def proxy_configuration_name @proxy_configuration_name end |
#rule_groups ⇒ ::Array[Types::ProxyRuleGroupAttachment]
Returns the value of attribute rule_groups.
113 114 115 |
# File 'sig/types.rbs', line 113 def rule_groups @rule_groups end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
114 115 116 |
# File 'sig/types.rbs', line 114 def update_token @update_token end |