Class: Aws::Types::ActiveTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::ActiveTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_after_inclusive ⇒ ::Time
Returns the value of attribute active_after_inclusive.
-
#active_before_inclusive ⇒ ::Time
Returns the value of attribute active_before_inclusive.
Instance Attribute Details
#active_after_inclusive ⇒ ::Time
Returns the value of attribute active_after_inclusive.
17 18 19 |
# File 'sig/types.rbs', line 17 def active_after_inclusive @active_after_inclusive end |
#active_before_inclusive ⇒ ::Time
Returns the value of attribute active_before_inclusive.
18 19 20 |
# File 'sig/types.rbs', line 18 def active_before_inclusive @active_before_inclusive end |