Class: Aws::ARCRegionswitch::Types::ExecutionEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

Represents an event that occurred during a plan execution. These events provide a detailed timeline of the execution process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for an execution event.

Returns:

  • (String)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

Errors for an execution event.

Returns:

  • (String)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The event ID for an execution event.

Returns:

  • (String)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#execution_block_typeString

The execution block type for an execution event.

Returns:

  • (String)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#previous_event_idString

The event ID of the previous execution event.

Returns:

  • (String)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<String>

The resources for an execution event.

Returns:

  • (Array<String>)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The step name for an execution event.

Returns:

  • (String)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp for an execution event.

Returns:

  • (Time)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of an execution event.

Returns:

  • (String)


803
804
805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 803

class ExecutionEvent < Struct.new(
  :timestamp,
  :type,
  :step_name,
  :execution_block_type,
  :resources,
  :error,
  :description,
  :event_id,
  :previous_event_id)
  SENSITIVE = []
  include Aws::Structure
end