Class: Aws::Types::CreateRegexPatternSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegexPatternSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regular_expression_list ⇒ ::Array[Types::Regex]
Returns the value of attribute regular_expression_list.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
242 243 244 |
# File 'sig/types.rbs', line 242 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
240 241 242 |
# File 'sig/types.rbs', line 240 def name @name end |
#regular_expression_list ⇒ ::Array[Types::Regex]
Returns the value of attribute regular_expression_list.
243 244 245 |
# File 'sig/types.rbs', line 243 def regular_expression_list @regular_expression_list end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
241 242 243 |
# File 'sig/types.rbs', line 241 def scope @scope end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
244 245 246 |
# File 'sig/types.rbs', line 244 def @tags end |