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)


3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3519

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

#start_dateTime

The date the execution is started.

Returns:

  • (Time)


3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3519

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