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.
1664 1665 1666 1667 1668 1669 |
# File 'lib/aws-sdk-transfer/types.rb', line 1664 class DescribeExecutionRequest < Struct.new( :execution_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
1664 1665 1666 1667 1668 1669 |
# File 'lib/aws-sdk-transfer/types.rb', line 1664 class DescribeExecutionRequest < Struct.new( :execution_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |