GetSafetyRuleResult

data class GetSafetyRuleResult(val assertionRule: SafetyRuleAssertionRule? = null, val gatingRule: SafetyRuleGatingRule? = null, val name: String? = null, val safetyRuleArn: String? = null, val status: SafetyRuleStatus? = null)

Constructors

Link copied to clipboard
fun GetSafetyRuleResult(assertionRule: SafetyRuleAssertionRule? = null, gatingRule: SafetyRuleGatingRule? = null, name: String? = null, safetyRuleArn: String? = null, status: SafetyRuleStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val safetyRuleArn: String? = null

The Amazon Resource Name (ARN) of the safety rule.

Link copied to clipboard

The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.