Class: Aws::Transfer::Types::ListedExecution

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Returns properties of the execution that is specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

A unique identifier for the execution of a workflow.

Returns:

  • (String)


4340
4341
4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-transfer/types.rb', line 4340

class ListedExecution < Struct.new(
  :execution_id,
  :initial_file_location,
  :service_metadata,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#initial_file_locationTypes::FileLocation

A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.

Returns:



4340
4341
4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-transfer/types.rb', line 4340

class ListedExecution < Struct.new(
  :execution_id,
  :initial_file_location,
  :service_metadata,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_metadataTypes::ServiceMetadata

A container object for the session details that are associated with a workflow.



4340
4341
4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-transfer/types.rb', line 4340

class ListedExecution < Struct.new(
  :execution_id,
  :initial_file_location,
  :service_metadata,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.

Returns:

  • (String)


4340
4341
4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-transfer/types.rb', line 4340

class ListedExecution < Struct.new(
  :execution_id,
  :initial_file_location,
  :service_metadata,
  :status)
  SENSITIVE = []
  include Aws::Structure
end