AWS SDK for .NET Documentation
ValueType Property
AmazonAmazon.ElasticBeanstalk.ModelConfigurationOptionDescriptionValueType Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property ValueType.

An 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:

Value

CopyC#
Scalar
: Values for this option are a single selection from the possible values, or a unformatted string or numeric value governed by the MIN/MAX/Regex constraints:

Value

CopyC#
List
: Values for this option are multiple selections of the possible values.

Value

CopyC#
Boolean
: Values for this option are either
CopyC#
true
or
CopyC#
false
.

Declaration Syntax
C#
public string ValueType { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)