ResourceResult

The result of a successful Resource request, with status for an individual resource.

Types

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

Properties

Link copied to clipboard

The component id of the resource.

Link copied to clipboard

The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.

Link copied to clipboard

The readiness of a resource.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource.

Functions

Link copied to clipboard
inline fun copy(block: ResourceResult.Builder.() -> Unit = {}): ResourceResult
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