Class: Aws::Types::GetWebACLResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWebACLResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_integration_url ⇒ ::String
Returns the value of attribute application_integration_url.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#web_acl ⇒ Types::WebACL
Returns the value of attribute web_acl.
Instance Attribute Details
#application_integration_url ⇒ ::String
Returns the value of attribute application_integration_url.
802 803 804 |
# File 'sig/types.rbs', line 802 def application_integration_url @application_integration_url end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
801 802 803 |
# File 'sig/types.rbs', line 801 def lock_token @lock_token end |
#web_acl ⇒ Types::WebACL
Returns the value of attribute web_acl.
800 801 802 |
# File 'sig/types.rbs', line 800 def web_acl @web_acl end |