Class: Aws::States::Types::StartExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StartExecutionOutput
- Defined in:
- gems/aws-sdk-states/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.
3518 3519 3520 3521 3522 3523 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3518 class StartExecutionOutput < Struct.new( :execution_arn, :start_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The date the execution is started.
3518 3519 3520 3521 3522 3523 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3518 class StartExecutionOutput < Struct.new( :execution_arn, :start_date) SENSITIVE = [] include Aws::Structure end |