Class: Aws::Types::OptionRestrictionRegex
- Inherits:
-
Object
- Object
- Aws::Types::OptionRestrictionRegex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label ⇒ ::String
Returns the value of attribute label.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
Instance Attribute Details
#label ⇒ ::String
Returns the value of attribute label.
756 757 758 |
# File 'sig/types.rbs', line 756 def label @label end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
755 756 757 |
# File 'sig/types.rbs', line 755 def pattern @pattern end |