Class: Aws::Transfer::Types::ListedExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListedExecution
- 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
-
#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.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4770 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.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4770 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.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4770 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.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4770 class ListedExecution < Struct.new( :execution_id, :initial_file_location, :service_metadata, :status) SENSITIVE = [] include Aws::Structure end |