Class: Aws::ElasticBeanstalk::Types::OptionRestrictionRegex

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

A unique name representing this regular expression.

Returns:

  • (String)


3168
3169
3170
3171
3172
3173
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3168

class OptionRestrictionRegex < Struct.new(
  :pattern,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#patternString

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

Returns:

  • (String)


3168
3169
3170
3171
3172
3173
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3168

class OptionRestrictionRegex < Struct.new(
  :pattern,
  :label)
  SENSITIVE = []
  include Aws::Structure
end