You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::OptionRestrictionRegex
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::OptionRestrictionRegex
- Defined in:
- (unknown)
Overview
A regular expression representing a restriction on a string configuration option value.
Returned by:
Instance Attribute Summary collapse
-
#label ⇒ String
A unique name representing this regular expression.
-
#pattern ⇒ String
The regular expression pattern that a string configuration option value with this restriction must match.
Instance Attribute Details
#label ⇒ String
A unique name representing this regular expression.
#pattern ⇒ String
The regular expression pattern that a string configuration option value with this restriction must match.