Class: Aws::Types::CreateWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWebACLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#default_action ⇒ Types::WafAction
Returns the value of attribute default_action.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
192 193 194 |
# File 'sig/types.rbs', line 192 def change_token @change_token end |
#default_action ⇒ Types::WafAction
Returns the value of attribute default_action.
191 192 193 |
# File 'sig/types.rbs', line 191 def default_action @default_action end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
190 191 192 |
# File 'sig/types.rbs', line 190 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
189 190 191 |
# File 'sig/types.rbs', line 189 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
193 194 195 |
# File 'sig/types.rbs', line 193 def @tags end |