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.



2039
2040
2041
2042
2043
# File 'lib/aws-sdk-transfer/types.rb', line 2039

class DescribeWorkflowResponse < Struct.new(
  :workflow)
  SENSITIVE = []
  include Aws::Structure
end