GuardrailSummary

Contains details about a guardrail.

This data type is used in the following API operations:

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the guardrail.

Link copied to clipboard

The date and time at which the guardrail was created.

Link copied to clipboard

Details about the system-defined guardrail profile that you're using with your guardrail, including the guardrail profile ID and Amazon Resource Name (ARN).

Link copied to clipboard

A description of the guardrail.

Link copied to clipboard
val id: String

The unique identifier of the guardrail.

Link copied to clipboard

The name of the guardrail.

Link copied to clipboard

The status of the guardrail.

Link copied to clipboard

The date and time at which the guardrail was last updated.

Link copied to clipboard

The version of the guardrail.

Functions

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