Class: Aws::States::Types::DescribeExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeExecutionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:input, :output, :error, :cause]
Instance Attribute Summary collapse
-
#cause ⇒ String
The cause string if the state machine execution failed.
-
#error ⇒ String
The error string if the state machine execution failed.
-
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the execution.
-
#input ⇒ String
The string that contains the JSON input data of the execution.
-
#input_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Provides details about execution input or output.
-
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.
-
#name ⇒ String
The name of the execution.
-
#output ⇒ String
The JSON output data of the execution.
-
#output_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Provides details about execution input or output.
-
#start_date ⇒ Time
The date the execution is started.
-
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the executed stated machine.
-
#status ⇒ String
The current status of the execution.
-
#stop_date ⇒ Time
If the execution has already ended, the date the execution stopped.
-
#trace_header ⇒ String
The X-Ray trace header that was passed to the execution.
Instance Attribute Details
#cause ⇒ String
The cause string if the state machine execution failed.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#error ⇒ String
The error string if the state machine execution failed.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the execution.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#input ⇒ String
The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#input_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Provides details about execution input or output.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#name ⇒ String
The name of the execution.
A name must not contain:
-
white space
-
brackets `< > { } [ ]`
-
wildcard characters `? *`
-
special characters “ “ # % \ ^ | ~ ` $ & , ; : / “
-
control characters (`U+0000-001F`, `U+007F-009F`)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#output ⇒ String
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
<note markdown=“1”> This field is set only if the execution succeeds. If the execution fails, this field is null.
</note>
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#output_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Provides details about execution input or output.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#start_date ⇒ Time
The date the execution is started.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the executed stated machine.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#status ⇒ String
The current status of the execution.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#stop_date ⇒ Time
If the execution has already ended, the date the execution stopped.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |
#trace_header ⇒ String
The X-Ray trace header that was passed to the execution.
619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-states/types.rb', line 619 class DescribeExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :status, :start_date, :stop_date, :input, :input_details, :output, :output_details, :trace_header, :map_run_arn, :error, :cause) SENSITIVE = [:input, :output, :error, :cause] include Aws::Structure end |