Class: Aws::Types::EnumListConfigurationOptions
- Inherits:
-
Object
- Object
- Aws::Types::EnumListConfigurationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
-
#default_value ⇒ ::Array[::String]
Returns the value of attribute default_value.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
5710 5711 5712 |
# File 'sig/types.rbs', line 5710 def allowed_values @allowed_values end |
#default_value ⇒ ::Array[::String]
Returns the value of attribute default_value.
5708 5709 5710 |
# File 'sig/types.rbs', line 5708 def default_value @default_value end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
5709 5710 5711 |
# File 'sig/types.rbs', line 5709 def max_items @max_items end |