DescribeTaskResponse class
DescribeTaskResponse
Constructors
-
DescribeTaskResponse({String? cloudWatchLogGroupArn, DateTime? creationTime, String? currentTaskExecutionArn, String? destinationLocationArn, List<
String> ? destinationNetworkInterfaceArns, String? errorCode, String? errorDetail, List<FilterRule> ? excludes, String? name, Options? options, TaskSchedule? schedule, String? sourceLocationArn, List<String> ? sourceNetworkInterfaceArns, TaskStatus? status, String? taskArn}) -
DescribeTaskResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cloudWatchLogGroupArn → String?
-
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was
used to monitor and log events in the task.
final
- creationTime → DateTime?
-
The time that the task was created.
final
- currentTaskExecutionArn → String?
-
The Amazon Resource Name (ARN) of the task execution that is syncing files.
final
- destinationLocationArn → String?
-
The Amazon Resource Name (ARN) of the AWS storage resource's location.
final
-
destinationNetworkInterfaceArns
→ List<
String> ? -
The Amazon Resource Name (ARN) of the destination ENIs (Elastic Network
Interface) that was created for your subnet.
final
- errorCode → String?
-
Errors that AWS DataSync encountered during execution of the task. You can
use this error code to help troubleshoot issues.
final
- errorDetail → String?
-
Detailed description of an error that was encountered during the task
execution. You can use this information to help troubleshoot issues.
final
-
excludes
→ List<
FilterRule> ? -
A list of filter rules that determines which files to exclude from a task.
The list should contain a single filter string that consists of the patterns
to exclude. The patterns are delimited by "|" (that is, a pipe), for
example:
"/folder1|/folder2"
final - hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the task that was described.
final
- options → Options?
-
The set of configuration options that control the behavior of a single
execution of the task that occurs when you call
StartTaskExecution
. You can configure these options to preserve metadata such as user ID (UID) and group (GID), file permissions, data integrity verification, and so on.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedule → TaskSchedule?
-
The schedule used to periodically transfer files from a source to a
destination location.
final
- sourceLocationArn → String?
-
The Amazon Resource Name (ARN) of the source file system's location.
final
-
sourceNetworkInterfaceArns
→ List<
String> ? -
The Amazon Resource Name (ARN) of the source ENIs (Elastic Network
Interface) that was created for your subnet.
final
- status → TaskStatus?
-
The status of the task that was described.
final
- taskArn → String?
-
The Amazon Resource Name (ARN) of the task that was described.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited