TestCase

class TestCase

Contains information about a test case.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the test case.

Link copied to clipboard

The JSON string that represents the content of the test.

Link copied to clipboard

The description of the test case.

Link copied to clipboard

Defines the starting point for the test, including channel type and parameters.

Link copied to clipboard
val id: String?

The identifier of the test case.

Link copied to clipboard

Defines the test attributes for precise data representation.

Link copied to clipboard

The region in which the test case was last modified.

Link copied to clipboard
val lastModifiedTime: <Error class: unknown class>?

The time at which the test case was last modified.

Link copied to clipboard
val name: String?

The name of the test case.

Link copied to clipboard

Indicates the test status as either SAVED or PUBLISHED.

Link copied to clipboard

The tags used to organize, track, or control access for this resource.

Link copied to clipboard

The SHA256 hash of the test case content.

Functions

Link copied to clipboard
inline fun copy(block: TestCase.Builder.() -> Unit = {}): TestCase
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String