Class: Aws::Types::UpdateWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWebACLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#default_action ⇒ Types::WafAction
Returns the value of attribute default_action.
-
#updates ⇒ ::Array[Types::WebACLUpdate]
Returns the value of attribute updates.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def change_token @change_token end |
#default_action ⇒ Types::WafAction
Returns the value of attribute default_action.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def default_action @default_action end |
#updates ⇒ ::Array[Types::WebACLUpdate]
Returns the value of attribute updates.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def updates @updates end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def web_acl_id @web_acl_id end |