Class: Aws::Transfer::Types::ListedExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListedExecution
- 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
-
#execution_id ⇒ String
A unique identifier for the execution of a workflow.
-
#initial_file_location ⇒ Types::FileLocation
A structure that describes the Amazon S3 or EFS file location.
-
#service_metadata ⇒ Types::ServiceMetadata
A container object for the session details that are associated with a workflow.
-
#status ⇒ String
The status is one of the execution.
Instance Attribute Details
#execution_id ⇒ String
A unique identifier for the execution of a workflow.
3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'lib/aws-sdk-transfer/types.rb', line 3908 class ListedExecution < Struct.new( :execution_id, :initial_file_location, :service_metadata, :status) SENSITIVE = [] include Aws::Structure end |
#initial_file_location ⇒ Types::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.
3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'lib/aws-sdk-transfer/types.rb', line 3908 class ListedExecution < Struct.new( :execution_id, :initial_file_location, :service_metadata, :status) SENSITIVE = [] include Aws::Structure end |
#service_metadata ⇒ Types::ServiceMetadata
A container object for the session details that are associated with a workflow.
3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'lib/aws-sdk-transfer/types.rb', line 3908 class ListedExecution < Struct.new( :execution_id, :initial_file_location, :service_metadata, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'lib/aws-sdk-transfer/types.rb', line 3908 class ListedExecution < Struct.new( :execution_id, :initial_file_location, :service_metadata, :status) SENSITIVE = [] include Aws::Structure end |