Class: Aws::States::Types::StartExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StartExecutionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the execution.
-
#start_date ⇒ Time
The date the execution is started.
Instance Attribute Details
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the execution.
2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-states/types.rb', line 2413 class StartExecutionOutput < Struct.new( :execution_arn, :start_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The date the execution is started.
2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-states/types.rb', line 2413 class StartExecutionOutput < Struct.new( :execution_arn, :start_date) SENSITIVE = [] include Aws::Structure end |