Class: Aws::Transfer::Types::DescribeExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
A unique identifier for the execution of a workflow.
-
#workflow_id ⇒ String
A unique identifier for the workflow.
Instance Attribute Details
#execution_id ⇒ String
A unique identifier for the execution of a workflow.
1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-transfer/types.rb', line 1805 class DescribeExecutionRequest < Struct.new( :execution_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-transfer/types.rb', line 1805 class DescribeExecutionRequest < Struct.new( :execution_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |