Get Safety Rule Result
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)