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

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

#execution_idString

A unique identifier for the execution of a workflow.

Returns:

  • (String)


2056
2057
2058
2059
2060
2061
# File 'lib/aws-sdk-transfer/types.rb', line 2056

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

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


2056
2057
2058
2059
2060
2061
# File 'lib/aws-sdk-transfer/types.rb', line 2056

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