Class: Aws::Transfer::Types::DescribeExecutionRequest

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

#execution_idString

A unique identifier for the execution of a workflow.

Returns:

  • (String)


1660
1661
1662
1663
1664
1665
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1660

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

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


1660
1661
1662
1663
1664
1665
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1660

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