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)


1906
1907
1908
1909
1910
1911
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1906

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

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


1906
1907
1908
1909
1910
1911
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1906

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