Class: Aws::Types::GetMaintenanceWindowExecutionTaskInvocationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:



1908
1909
1910
# File 'sig/types.rbs', line 1908

def invocation_id
  @invocation_id
end

#task_id::String

Returns the value of attribute task_id.

Returns:



1907
1908
1909
# File 'sig/types.rbs', line 1907

def task_id
  @task_id
end

#window_execution_id::String

Returns the value of attribute window_execution_id.

Returns:



1906
1907
1908
# File 'sig/types.rbs', line 1906

def window_execution_id
  @window_execution_id
end