Class: Aws::Types::SelectValidation
- Inherits:
-
Object
- Object
- Aws::Types::SelectValidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_choices ⇒ ::Integer
Returns the value of attribute max_choices.
-
#min_choices ⇒ ::Integer
Returns the value of attribute min_choices.
-
#options ⇒ ::Array[::String]
Returns the value of attribute options.
Instance Attribute Details
#max_choices ⇒ ::Integer
Returns the value of attribute max_choices.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def max_choices @max_choices end |
#min_choices ⇒ ::Integer
Returns the value of attribute min_choices.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def min_choices @min_choices end |
#options ⇒ ::Array[::String]
Returns the value of attribute options.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def @options end |