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.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def guardrail_version @guardrail_version end |