Class: Aws::Types::Range
- Inherits:
-
Object
- Object
- Aws::Types::Range
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
-
#timestamp_source ⇒ ::String
Returns the value of attribute timestamp_source.
-
#unit ⇒ "DAYS"
Returns the value of attribute unit.
-
#value ⇒ ::Integer
Returns the value of attribute value.
-
#value_range ⇒ Types::ValueRange
Returns the value of attribute value_range.
Instance Attribute Details
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def @timestamp_format end |
#timestamp_source ⇒ ::String
Returns the value of attribute timestamp_source.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def @timestamp_source end |
#unit ⇒ "DAYS"
Returns the value of attribute unit.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def unit @unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def value @value end |
#value_range ⇒ Types::ValueRange
Returns the value of attribute value_range.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def value_range @value_range end |