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
show all
Defined in:
(unknown)

Overview

A regular expression representing a restriction on a string configuration option value.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

A unique name representing this regular expression.

Returns:

  • (String)

    A unique name representing this regular expression.

#patternString

The regular expression pattern that a string configuration option value with this restriction must match.

Returns:

  • (String)

    The regular expression pattern that a string configuration option value with this restriction must match.