Class: Aws::Types::GuardrailAutomatedReasoningRule
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#policy_version_arn ⇒ ::String
Returns the value of attribute policy_version_arn.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
608 609 610 |
# File 'sig/types.rbs', line 608 def identifier @identifier end |
#policy_version_arn ⇒ ::String
Returns the value of attribute policy_version_arn.
609 610 611 |
# File 'sig/types.rbs', line 609 def policy_version_arn @policy_version_arn end |