Class: Aws::Types::StringListConfigurationOptions
- Inherits:
-
Object
- Object
- Aws::Types::StringListConfigurationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Array[::String]
Returns the value of attribute default_value.
-
#expression_description ⇒ ::String
Returns the value of attribute expression_description.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#re_2_expression ⇒ ::String
Returns the value of attribute re_2_expression.
Instance Attribute Details
#default_value ⇒ ::Array[::String]
Returns the value of attribute default_value.
7807 7808 7809 |
# File 'sig/types.rbs', line 7807 def default_value @default_value end |
#expression_description ⇒ ::String
Returns the value of attribute expression_description.
7810 7811 7812 |
# File 'sig/types.rbs', line 7810 def expression_description @expression_description end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
7809 7810 7811 |
# File 'sig/types.rbs', line 7809 def max_items @max_items end |
#re_2_expression ⇒ ::String
Returns the value of attribute re_2_expression.
7808 7809 7810 |
# File 'sig/types.rbs', line 7808 def re_2_expression @re_2_expression end |