Class: Aws::Transfer::Types::DescribeExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeExecutionResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution ⇒ Types::DescribedExecution
The structure that contains the details of the workflow' execution.
-
#workflow_id ⇒ String
A unique identifier for the workflow.
Instance Attribute Details
#execution ⇒ Types::DescribedExecution
The structure that contains the details of the workflow' execution.
1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1783 class DescribeExecutionResponse < Struct.new( :workflow_id, :execution) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1783 class DescribeExecutionResponse < Struct.new( :workflow_id, :execution) SENSITIVE = [] include Aws::Structure end |