Class: Aws::Types::GuardrailConfigurationWithArn
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailConfigurationWithArn
- 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.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def guardrail_version @guardrail_version end |