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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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)


4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4322

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:



4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4322

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.



4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4322

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)


4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4322

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