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.
1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-transfer/types.rb', line 1857 class DescribeExecutionRequest < Struct.new( :execution_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-transfer/types.rb', line 1857 class DescribeExecutionRequest < Struct.new( :execution_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |