AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateTestCase operation. Updates any of the metadata for a test case, such as the name, description, and status or content of an existing test case. This API doesn't allow customers to update the tags of the test case resource for the specified Amazon Connect instance.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class UpdateTestCaseRequest : AmazonConnectRequest IAmazonWebServiceRequest
The UpdateTestCaseRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateTestCaseRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
Content | System.String |
Gets and sets the property Content. The JSON string that represents the content of the test. |
|
Description | System.String |
Gets and sets the property Description. The description of the test case. |
|
EntryPoint | Amazon.Connect.Model.TestCaseEntryPoint |
Gets and sets the property EntryPoint. Defines the starting point for your test. |
|
InitializationData | System.String |
Gets and sets the property InitializationData. Defines the test attributes for precise data representation. |
|
InstanceId | System.String |
Gets and sets the property InstanceId. The identifier of the Amazon Connect instance. |
|
LastModifiedRegion | System.String |
Gets and sets the property LastModifiedRegion. The region in which the resource was last modified |
|
LastModifiedTime | System.DateTime |
Gets and sets the property LastModifiedTime. The time at which the resource was last modified. |
|
Name | System.String |
Gets and sets the property Name. The name of the test case. |
|
Status | Amazon.Connect.TestCaseStatus |
Gets and sets the property Status. Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content. |
|
TestCaseId | System.String |
Gets and sets the property TestCaseId. The identifier of the test case to update. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5