Class: Aws::Types::AssociateDistributionTenantWebACLResult
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDistributionTenantWebACLResult
- 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.
101 102 103 |
# File 'sig/types.rbs', line 101 def etag @etag end |
#id ⇒ ::String
Returns the value of attribute id.
99 100 101 |
# File 'sig/types.rbs', line 99 def id @id end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
100 101 102 |
# File 'sig/types.rbs', line 100 def web_acl_arn @web_acl_arn end |