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)


3185
3186
3187
3188
3189
3190
# File 'lib/aws-sdk-states/types.rb', line 3185

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

#start_dateTime

The date the execution is started.

Returns:

  • (Time)


3185
3186
3187
3188
3189
3190
# File 'lib/aws-sdk-states/types.rb', line 3185

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