Class: Aws::Types::ScanConfigurationContinuousScanDetails
- Inherits:
-
Object
- Object
- Aws::Types::ScanConfigurationContinuousScanDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def start_time @start_time end |