Class: Aws::Types::AssociateDistributionWebACLResult
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDistributionWebACLResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
115 116 117 |
# File 'sig/types.rbs', line 115 def etag @etag end |
#id ⇒ ::String
Returns the value of attribute id.
113 114 115 |
# File 'sig/types.rbs', line 113 def id @id end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
114 115 116 |
# File 'sig/types.rbs', line 114 def web_acl_arn @web_acl_arn end |