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

#description ⇒ String

The description for an execution event.

Returns:

  • (String)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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

#error ⇒ String

Errors for an execution event.

Returns:

  • (String)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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_id ⇒ String

The event ID for an execution event.

Returns:

  • (String)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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_type ⇒ String

The execution block type for an execution event.

Returns:

  • (String)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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_id ⇒ String

The event ID of the previous execution event.

Returns:

  • (String)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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

#resources ⇒ Array<String>

The resources for an execution event.

Returns:

  • (Array<String>)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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_name ⇒ String

The step name for an execution event.

Returns:

  • (String)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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

#timestamp ⇒ Time

The timestamp for an execution event.

Returns:

  • (Time)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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

#type ⇒ String

The type of an execution event.

Returns:

  • (String)


1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1087

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