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.
1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-transfer/types.rb', line 1698 class DescribeExecutionRequest < Struct.new( :execution_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-transfer/types.rb', line 1698 class DescribeExecutionRequest < Struct.new( :execution_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |