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.
8586 8587 8588 |
# File 'sig/types.rbs', line 8586 def date_time_static_values @date_time_static_values end |
#decimal_static_values ⇒ ::Array[::Float]
Returns the value of attribute decimal_static_values.
8585 8586 8587 |
# File 'sig/types.rbs', line 8585 def decimal_static_values @decimal_static_values end |
#integer_static_values ⇒ ::Array[::Integer]
Returns the value of attribute integer_static_values.
8587 8588 8589 |
# File 'sig/types.rbs', line 8587 def integer_static_values @integer_static_values end |
#string_static_values ⇒ ::Array[::String]
Returns the value of attribute string_static_values.
8584 8585 8586 |
# File 'sig/types.rbs', line 8584 def string_static_values @string_static_values end |