UpdateMaintenanceWindowTaskResult class
Constructors
-
UpdateMaintenanceWindowTaskResult({String? description, LoggingInfo? loggingInfo, String? maxConcurrency, String? maxErrors, String? name, int? priority, String? serviceRoleArn, List<
Target> ? targets, String? taskArn, MaintenanceWindowTaskInvocationParameters? taskInvocationParameters, Map<String, MaintenanceWindowTaskParameterValueExpression> ? taskParameters, String? windowId, String? windowTaskId}) -
UpdateMaintenanceWindowTaskResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The updated task description.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loggingInfo → LoggingInfo?
-
The updated logging information in Amazon S3.
final
- maxConcurrency → String?
-
The updated MaxConcurrency value.
final
- maxErrors → String?
-
The updated MaxErrors value.
final
- name → String?
-
The updated task name.
final
- priority → int?
-
The updated priority value.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceRoleArn → String?
-
The ARN of the IAM service role to use to publish Amazon Simple Notification
Service (Amazon SNS) notifications for maintenance window Run Command tasks.
final
-
targets
→ List<
Target> ? -
The updated target values.
final
- taskArn → String?
-
The updated task ARN value.
final
- taskInvocationParameters → MaintenanceWindowTaskInvocationParameters?
-
The updated parameter values.
final
-
taskParameters
→ Map<
String, MaintenanceWindowTaskParameterValueExpression> ? -
The updated parameter values.
final
- windowId → String?
-
The ID of the maintenance window that was updated.
final
- windowTaskId → String?
-
The task ID of the maintenance window that was updated.
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