Class: Aws::Types::GuardrailConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
-
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
-
#trace ⇒ "enabled", ...
Returns the value of attribute trace.
Instance Attribute Details
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
785 786 787 |
# File 'sig/types.rbs', line 785 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
786 787 788 |
# File 'sig/types.rbs', line 786 def guardrail_version @guardrail_version end |
#trace ⇒ "enabled", ...
Returns the value of attribute trace.
787 788 789 |
# File 'sig/types.rbs', line 787 def trace @trace end |