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)


1477
1478
1479
1480
1481
1482
# File 'lib/aws-sdk-transfer/types.rb', line 1477

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

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
# File 'lib/aws-sdk-transfer/types.rb', line 1477

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