![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElasticBeanstalk::ConfigurationOptionDescription USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ElasticBeanstalk::ConfigurationOptionDescription object: $service_obj->Method(Att1 => { ChangeSeverity => $value, ..., ValueType => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElasticBeanstalk::ConfigurationOptionDescription object: $result = $service_obj->Method(...); $result->Att1->ChangeSeverity DESCRIPTIONDescribes the possible values for a configuration option. ATTRIBUTESChangeSeverity => StrAn indication of which action is required if the value for this configuration option changes:
DefaultValue => StrThe default value for this configuration option. MaxLength => IntIf specified, the configuration option must be a string value no longer than this value. MaxValue => IntIf specified, the configuration option must be a numeric value less than this value. MinValue => IntIf specified, the configuration option must be a numeric value greater than this value. Name => StrThe name of the configuration option. Namespace => StrA unique namespace identifying the option's associated AWS resource. Regex => Paws::ElasticBeanstalk::OptionRestrictionRegexIf specified, the configuration option must be a string value that satisfies this regular expression. UserDefined => BoolAn indication of whether the user defined this configuration option:
Constraint: You can remove only "UserDefined" options from a configuration. Valid Values: "true" | "false" ValueOptions => ArrayRef[Str|Undef]If specified, values for the configuration option are selected from this list. ValueType => StrAn indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:
SEE ALSOThis class forms part of Paws, describing an object used in Paws::ElasticBeanstalk BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|