Class: Aws::Types::GetRegexPatternSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRegexPatternSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#regex_pattern_set ⇒ Types::RegexPatternSet
Returns the value of attribute regex_pattern_set.
Instance Attribute Details
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
672 673 674 |
# File 'sig/types.rbs', line 672 def lock_token @lock_token end |
#regex_pattern_set ⇒ Types::RegexPatternSet
Returns the value of attribute regex_pattern_set.
671 672 673 |
# File 'sig/types.rbs', line 671 def regex_pattern_set @regex_pattern_set end |