Class: Aws::Types::EnterpriseSupportTimePeriod
- Inherits:
-
Object
- Object
- Aws::Types::EnterpriseSupportTimePeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_date ⇒ ::Time
Returns the value of attribute begin_date.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
Instance Attribute Details
#begin_date ⇒ ::Time
Returns the value of attribute begin_date.
218 219 220 |
# File 'sig/types.rbs', line 218 def begin_date @begin_date end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
219 220 221 |
# File 'sig/types.rbs', line 219 def end_date @end_date end |