Class: Aws::States::Types::StartExecutionOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_arnString

The Amazon Resource Name (ARN) that identifies the execution.

Returns:

  • (String)


2936
2937
2938
2939
2940
2941
# File 'lib/aws-sdk-states/types.rb', line 2936

class StartExecutionOutput < Struct.new(
  :execution_arn,
  :start_date)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The date the execution is started.

Returns:

  • (Time)


2936
2937
2938
2939
2940
2941
# File 'lib/aws-sdk-states/types.rb', line 2936

class StartExecutionOutput < Struct.new(
  :execution_arn,
  :start_date)
  SENSITIVE = []
  include Aws::Structure
end