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.
208 209 210 |
# File 'sig/types.rbs', line 208 def change_token @change_token end |
#web_acl ⇒ Types::WebACL
Returns the value of attribute web_acl.
207 208 209 |
# File 'sig/types.rbs', line 207 def web_acl @web_acl end |