Class: Aws::Types::UpdateRegexPatternSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRegexPatternSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def name @name end |
#regular_expression_list ⇒ ::Array[Types::Regex]
Returns the value of attribute regular_expression_list.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def regular_expression_list @regular_expression_list end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def scope @scope end |