Class: Aws::Types::CreateWebACLResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWebACLResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#web_acl ⇒ Types::WebACL
Returns the value of attribute web_acl.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
199 200 201 |
# File 'sig/types.rbs', line 199 def change_token @change_token end |
#web_acl ⇒ Types::WebACL
Returns the value of attribute web_acl.
198 199 200 |
# File 'sig/types.rbs', line 198 def web_acl @web_acl end |