Class: Aws::Types::NewDefaultValues
- Inherits:
-
Object
- Object
- Aws::Types::NewDefaultValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_time_static_values ⇒ ::Array[::Time]
Returns the value of attribute date_time_static_values.
-
#decimal_static_values ⇒ ::Array[::Float]
Returns the value of attribute decimal_static_values.
-
#integer_static_values ⇒ ::Array[::Integer]
Returns the value of attribute integer_static_values.
-
#string_static_values ⇒ ::Array[::String]
Returns the value of attribute string_static_values.
Instance Attribute Details
#date_time_static_values ⇒ ::Array[::Time]
Returns the value of attribute date_time_static_values.
8235 8236 8237 |
# File 'sig/types.rbs', line 8235 def date_time_static_values @date_time_static_values end |
#decimal_static_values ⇒ ::Array[::Float]
Returns the value of attribute decimal_static_values.
8234 8235 8236 |
# File 'sig/types.rbs', line 8234 def decimal_static_values @decimal_static_values end |
#integer_static_values ⇒ ::Array[::Integer]
Returns the value of attribute integer_static_values.
8236 8237 8238 |
# File 'sig/types.rbs', line 8236 def integer_static_values @integer_static_values end |
#string_static_values ⇒ ::Array[::String]
Returns the value of attribute string_static_values.
8233 8234 8235 |
# File 'sig/types.rbs', line 8233 def string_static_values @string_static_values end |