Class: Aws::Types::GetMaintenanceWindowExecutionResult

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:



1901
1902
1903
# File 'sig/types.rbs', line 1901

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



1900
1901
1902
# File 'sig/types.rbs', line 1900

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:



1898
1899
1900
# File 'sig/types.rbs', line 1898

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:



1899
1900
1901
# File 'sig/types.rbs', line 1899

def status_details
  @status_details
end

#task_ids::Array[::String]

Returns the value of attribute task_ids.

Returns:



1897
1898
1899
# File 'sig/types.rbs', line 1897

def task_ids
  @task_ids
end

#window_execution_id::String

Returns the value of attribute window_execution_id.

Returns:



1896
1897
1898
# File 'sig/types.rbs', line 1896

def window_execution_id
  @window_execution_id
end