Class: Aws::Types::GetMaintenanceWindowExecutionTaskInvocationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters, :owner_information])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1922
1923
1924
# File 'sig/types.rbs', line 1922

def end_time
  @end_time
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def execution_id
  @execution_id
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def invocation_id
  @invocation_id
end

#owner_information::String

Returns the value of attribute owner_information.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def owner_information
  @owner_information
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def parameters
  @parameters
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1921
1922
1923
# File 'sig/types.rbs', line 1921

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")


1919
1920
1921
# File 'sig/types.rbs', line 1919

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def status_details
  @status_details
end

#task_execution_id::String

Returns the value of attribute task_execution_id.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def task_execution_id
  @task_execution_id
end

#task_type"RUN_COMMAND", ...

Returns the value of attribute task_type.

Returns:

  • ("RUN_COMMAND", "AUTOMATION", "STEP_FUNCTIONS", "LAMBDA")


1917
1918
1919
# File 'sig/types.rbs', line 1917

def task_type
  @task_type
end

#window_execution_id::String

Returns the value of attribute window_execution_id.

Returns:

  • (::String)


1913
1914
1915
# File 'sig/types.rbs', line 1913

def window_execution_id
  @window_execution_id
end

#window_target_id::String

Returns the value of attribute window_target_id.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def window_target_id
  @window_target_id
end