Class: Aws::Types::RegexPatternSet
- Inherits:
-
Object
- Object
- Aws::Types::RegexPatternSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regular_expression_list ⇒ ::Array[Types::Regex]
Returns the value of attribute regular_expression_list.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def name @name end |
#regular_expression_list ⇒ ::Array[Types::Regex]
Returns the value of attribute regular_expression_list.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def regular_expression_list @regular_expression_list end |