Class: Aws::Transfer::Types::DescribeWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeWorkflowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow ⇒ Types::DescribedWorkflow
The structure that contains the details of the workflow.
Instance Attribute Details
#workflow ⇒ Types::DescribedWorkflow
The structure that contains the details of the workflow.
1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-transfer/types.rb', line 1883 class DescribeWorkflowResponse < Struct.new( :workflow) SENSITIVE = [] include Aws::Structure end |