Class: Aws::Types::GetGuardrailRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetGuardrailRequest
- 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.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def guardrail_version @guardrail_version end |