class Aws::Transfer::Types::DescribedExecution

The details for an execution object.

@!attribute [rw] execution_id

A unique identifier for the execution of a workflow.
@return [String]

@!attribute [rw] initial_file_location

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.
@return [Types::FileLocation]

@!attribute [rw] service_metadata

A container object for the session details associated with a
workflow.
@return [Types::ServiceMetadata]

@!attribute [rw] execution_role

The IAM role associated with the execution.
@return [String]

@!attribute [rw] logging_configuration

The IAM logging role associated with the execution.
@return [Types::LoggingConfiguration]

@!attribute [rw] posix_profile

The full POSIX identity, including user ID (`Uid`), group ID
(`Gid`), and any secondary groups IDs (`SecondaryGids`), that
controls your users' access to your Amazon EFS file systems. The
POSIX permissions that are set on files and directories in your file
system determine the level of access your users get when
transferring files into and out of your Amazon EFS file systems.
@return [Types::PosixProfile]

@!attribute [rw] status

The status is one of the execution. Can be in progress, completed,
exception encountered, or handling the exception.
@return [String]

@!attribute [rw] results

A structure that describes the execution results. This includes a
list of the steps along with the details of each step, error type
and message (if any), and the `OnExceptionSteps` structure.
@return [Types::ExecutionResults]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribedExecution AWS API Documentation

Constants

SENSITIVE