Class: Aws::Types::AssociateDistributionWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDistributionWebACLRequest
- 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.
106 107 108 |
# File 'sig/types.rbs', line 106 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
108 109 110 |
# File 'sig/types.rbs', line 108 def if_match @if_match end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
107 108 109 |
# File 'sig/types.rbs', line 107 def web_acl_arn @web_acl_arn end |