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)


1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1988

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

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1988

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