Class: Aws::Types::TimeRange
- Inherits:
-
Object
- Object
- Aws::Types::TimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_date_inclusive ⇒ ::Time
Returns the value of attribute begin_date_inclusive.
-
#end_date_inclusive ⇒ ::Time
Returns the value of attribute end_date_inclusive.
Instance Attribute Details
#begin_date_inclusive ⇒ ::Time
Returns the value of attribute begin_date_inclusive.
507 508 509 |
# File 'sig/types.rbs', line 507 def begin_date_inclusive @begin_date_inclusive end |
#end_date_inclusive ⇒ ::Time
Returns the value of attribute end_date_inclusive.
508 509 510 |
# File 'sig/types.rbs', line 508 def end_date_inclusive @end_date_inclusive end |