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.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def change_token @change_token end |
#default_action ⇒ Types::WafAction
Returns the value of attribute default_action.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def default_action @default_action end |
#updates ⇒ ::Array[Types::WebACLUpdate]
Returns the value of attribute updates.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def updates @updates end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def web_acl_id @web_acl_id end |