Class: Aws::Types::IntegerDefaultValues
- Inherits:
-
Object
- Object
- Aws::Types::IntegerDefaultValues
- 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[::Integer]
Returns the value of attribute static_values.
Instance Attribute Details
#dynamic_value ⇒ Types::DynamicDefaultValue
Returns the value of attribute dynamic_value.
6854 6855 6856 |
# File 'sig/types.rbs', line 6854 def dynamic_value @dynamic_value end |
#static_values ⇒ ::Array[::Integer]
Returns the value of attribute static_values.
6855 6856 6857 |
# File 'sig/types.rbs', line 6855 def static_values @static_values end |