Class: Aws::Types::StringConfigurationOptions
- Inherits:
-
Object
- Object
- Aws::Types::StringConfigurationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#expression_description ⇒ ::String
Returns the value of attribute expression_description.
-
#re_2_expression ⇒ ::String
Returns the value of attribute re_2_expression.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
7794 7795 7796 |
# File 'sig/types.rbs', line 7794 def default_value @default_value end |
#expression_description ⇒ ::String
Returns the value of attribute expression_description.
7796 7797 7798 |
# File 'sig/types.rbs', line 7796 def expression_description @expression_description end |
#re_2_expression ⇒ ::String
Returns the value of attribute re_2_expression.
7795 7796 7797 |
# File 'sig/types.rbs', line 7795 def re_2_expression @re_2_expression end |