Class: Aws::States::Types::StartSyncExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StartSyncExecutionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:error, :cause, :input, :output]
Instance Attribute Summary collapse
-
#billing_details ⇒ Types::BillingDetails
An object that describes workflow billing details, including billed duration and memory use.
-
#cause ⇒ String
A more detailed explanation of the cause of the failure.
-
#error ⇒ String
The error code of the failure.
-
#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.
-
#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) that identifies the state 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
#billing_details ⇒ Types::BillingDetails
An object that describes workflow billing details, including billed duration and memory use.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#cause ⇒ String
A more detailed explanation of the cause of the failure.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#error ⇒ String
The error code of the failure.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the execution.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] 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.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#input_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Provides details about execution input or output.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#name ⇒ String
The name of the execution.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] 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>
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#output_details ⇒ Types::CloudWatchEventsExecutionDataDetails
Provides details about execution input or output.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#start_date ⇒ Time
The date the execution is started.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the state machine.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#status ⇒ String
The current status of the execution.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#stop_date ⇒ Time
If the execution has already ended, the date the execution stopped.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |
#trace_header ⇒ String
The X-Ray trace header that was passed to the execution.
3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-states/types.rb', line 3640 class StartSyncExecutionOutput < Struct.new( :execution_arn, :state_machine_arn, :name, :start_date, :stop_date, :status, :error, :cause, :input, :input_details, :output, :output_details, :trace_header, :billing_details) SENSITIVE = [:error, :cause, :input, :output] include Aws::Structure end |