Method: Aws::SSM::Types::MaintenanceWindowExecution#start_time
- Defined in:
- lib/aws-sdk-ssm/types.rb
#start_time ⇒ Time
The time the execution started.
12795 12796 12797 12798 12799 12800 12801 12802 12803 12804 |
# File 'lib/aws-sdk-ssm/types.rb', line 12795 class MaintenanceWindowExecution < Struct.new( :window_id, :window_execution_id, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |