Class: Aws::Types::GetMaintenanceWindowExecutionTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def task_id
  @task_id
end

#window_execution_id::String

Returns the value of attribute window_execution_id.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def window_execution_id
  @window_execution_id
end