Class: Aws::Types::GetMaintenanceWindowExecutionTaskResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:task_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute alarm_configuration.



1948
1949
1950
# File 'sig/types.rbs', line 1948

def alarm_configuration
  @alarm_configuration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def end_time
  @end_time
end

#max_concurrency::String

Returns the value of attribute max_concurrency.

Returns:

  • (::String)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def max_concurrency
  @max_concurrency
end

#max_errors::String

Returns the value of attribute max_errors.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def max_errors
  @max_errors
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def priority
  @priority
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def service_role
  @service_role
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1946
1947
1948
# File 'sig/types.rbs', line 1946

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


1944
1945
1946
# File 'sig/types.rbs', line 1944

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def status_details
  @status_details
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def task_arn
  @task_arn
end

#task_execution_id::String

Returns the value of attribute task_execution_id.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def task_execution_id
  @task_execution_id
end

#task_parameters::Array[::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]]

Returns the value of attribute task_parameters.

Returns:



1940
1941
1942
# File 'sig/types.rbs', line 1940

def task_parameters
  @task_parameters
end

#triggered_alarms::Array[Types::AlarmStateInformation]

Returns the value of attribute triggered_alarms.

Returns:



1949
1950
1951
# File 'sig/types.rbs', line 1949

def triggered_alarms
  @triggered_alarms
end

#type"RUN_COMMAND", ...

Returns the value of attribute type.

Returns:

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


1939
1940
1941
# File 'sig/types.rbs', line 1939

def type
  @type
end

#window_execution_id::String

Returns the value of attribute window_execution_id.

Returns:

  • (::String)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def window_execution_id
  @window_execution_id
end