Class: Aws::Types::MaintenanceWindowExecution

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3003
3004
3005
# File 'sig/types.rbs', line 3003

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3002
3003
3004
# File 'sig/types.rbs', line 3002

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "TIMED_OUT", "CANCELLING", "CANCELLED", "SKIPPED_OVERLAPPING")


3000
3001
3002
# File 'sig/types.rbs', line 3000

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


3001
3002
3003
# File 'sig/types.rbs', line 3001

def status_details
  @status_details
end

#window_execution_id::String

Returns the value of attribute window_execution_id.

Returns:

  • (::String)


2999
3000
3001
# File 'sig/types.rbs', line 2999

def window_execution_id
  @window_execution_id
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


2998
2999
3000
# File 'sig/types.rbs', line 2998

def window_id
  @window_id
end