Class: Aws::ARCRegionswitch::Types::ExecutionEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::ExecutionEvent
- 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
-
#description ⇒ String
The description for an execution event.
-
#error ⇒ String
Errors for an execution event.
-
#event_id ⇒ String
The event ID for an execution event.
-
#execution_block_type ⇒ String
The execution block type for an execution event.
-
#previous_event_id ⇒ String
The event ID of the previous execution event.
-
#resources ⇒ Array<String>
The resources for an execution event.
-
#step_name ⇒ String
The step name for an execution event.
-
#timestamp ⇒ Time
The timestamp for an execution event.
-
#type ⇒ String
The type of an execution event.
Instance Attribute Details
#description ⇒ String
The description for an execution event.
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 |
#error ⇒ String
Errors for an execution event.
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_id ⇒ String
The event ID for an execution event.
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_type ⇒ String
The execution block type for an execution event.
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_id ⇒ String
The event ID of the previous execution event.
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 |
#resources ⇒ Array<String>
The resources for an execution event.
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_name ⇒ String
The step name for an execution event.
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 |
#timestamp ⇒ Time
The timestamp for an execution event.
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 |
#type ⇒ String
The type of an execution event.
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 |