Class: Aws::Types::AssociateDistributionTenantWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDistributionTenantWebACLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
92 93 94 |
# File 'sig/types.rbs', line 92 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
94 95 96 |
# File 'sig/types.rbs', line 94 def if_match @if_match end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def web_acl_arn @web_acl_arn end |