Class: Aws::Types::GuardrailConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
-
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
Instance Attribute Details
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def guardrail_id @guardrail_id end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def guardrail_version @guardrail_version end |