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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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)


3326
3327
3328
3329
3330
3331
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3326

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

#start_dateTime

The date the execution is started.

Returns:

  • (Time)


3326
3327
3328
3329
3330
3331
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3326

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