Class: Aws::Types::DeleteGuardrailRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGuardrailRequest
- 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.
Instance Attribute Details
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def guardrail_version @guardrail_version end |