Class: Aws::Types::DatetimeRange
- Inherits:
-
Object
- Object
- Aws::Types::DatetimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin ⇒ ::String
Returns the value of attribute begin.
-
#end ⇒ ::String
Returns the value of attribute end.
Instance Attribute Details
#begin ⇒ ::String
Returns the value of attribute begin.
317 318 319 |
# File 'sig/types.rbs', line 317 def begin @begin end |
#end ⇒ ::String
Returns the value of attribute end.
318 319 320 |
# File 'sig/types.rbs', line 318 def end @end end |