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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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.



1849
1850
1851
1852
1853
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1849

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