Class: Aws::Types::StringDefaultValues
- Inherits:
-
Object
- Object
- Aws::Types::StringDefaultValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_value ⇒ Types::DynamicDefaultValue
Returns the value of attribute dynamic_value.
-
#static_values ⇒ ::Array[::String]
Returns the value of attribute static_values.
Instance Attribute Details
#dynamic_value ⇒ Types::DynamicDefaultValue
Returns the value of attribute dynamic_value.
10636 10637 10638 |
# File 'sig/types.rbs', line 10636 def dynamic_value @dynamic_value end |
#static_values ⇒ ::Array[::String]
Returns the value of attribute static_values.
10637 10638 10639 |
# File 'sig/types.rbs', line 10637 def static_values @static_values end |