Class: Aws::Types::StopAutomationExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#automation_execution_id::String

Returns the value of attribute automation_execution_id.

Returns:



4265
4266
4267
# File 'sig/types.rbs', line 4265

def automation_execution_id
  @automation_execution_id
end

#type"Complete", "Cancel"

Returns the value of attribute type.

Returns:



4266
4267
4268
# File 'sig/types.rbs', line 4266

def type
  @type
end