Class: Aws::Types::StopContinuousExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopContinuousExportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
Instance Attribute Details
#start_time ⇒ ::Time
Returns the value of attribute start_time.
587 588 589 |
# File 'sig/types.rbs', line 587 def start_time @start_time end |
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
588 589 590 |
# File 'sig/types.rbs', line 588 def stop_time @stop_time end |