Class: Aws::Transfer::Types::DescribeExecutionResponse

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

#executionTypes::DescribedExecution

The structure that contains the details of the workflow’ execution.



1822
1823
1824
1825
1826
1827
# File 'lib/aws-sdk-transfer/types.rb', line 1822

class DescribeExecutionResponse < Struct.new(
  :workflow_id,
  :execution)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


1822
1823
1824
1825
1826
1827
# File 'lib/aws-sdk-transfer/types.rb', line 1822

class DescribeExecutionResponse < Struct.new(
  :workflow_id,
  :execution)
  SENSITIVE = []
  include Aws::Structure
end