Class: Aws::Transfer::Types::DescribeWorkflowResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workflowTypes::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