C# Class Amazon.ElasticBeanstalk.Model.OptionRestrictionRegex

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

Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
OptionRestrictionRegex ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetLabel ( ) : bool
IsSetPattern ( ) : bool

Method Details

OptionRestrictionRegex() public method

Empty constructor used to set properties independently even when a simple constructor is available
public OptionRestrictionRegex ( ) : System
return System