Class: Aws::Types::TimeRange
- Inherits:
-
Object
- Object
- Aws::Types::TimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_inclusive ⇒ ::Time
Returns the value of attribute from_inclusive.
-
#to_exclusive ⇒ ::Time
Returns the value of attribute to_exclusive.
Instance Attribute Details
#from_inclusive ⇒ ::Time
Returns the value of attribute from_inclusive.
566 567 568 |
# File 'sig/types.rbs', line 566 def from_inclusive @from_inclusive end |
#to_exclusive ⇒ ::Time
Returns the value of attribute to_exclusive.
567 568 569 |
# File 'sig/types.rbs', line 567 def to_exclusive @to_exclusive end |