Class: Aws::Types::ApplyGuardrailRequest
- Inherits:
-
Object
- Object
- Aws::Types::ApplyGuardrailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::Array[Types::GuardrailContentBlock]
Returns the value of attribute content.
-
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
-
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
-
#output_scope ⇒ "INTERVENTIONS", "FULL"
Returns the value of attribute output_scope.
-
#source ⇒ "INPUT", "OUTPUT"
Returns the value of attribute source.
Instance Attribute Details
#content ⇒ ::Array[Types::GuardrailContentBlock]
Returns the value of attribute content.
32 33 34 |
# File 'sig/types.rbs', line 32 def content @content end |
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
29 30 31 |
# File 'sig/types.rbs', line 29 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
30 31 32 |
# File 'sig/types.rbs', line 30 def guardrail_version @guardrail_version end |
#output_scope ⇒ "INTERVENTIONS", "FULL"
Returns the value of attribute output_scope.
33 34 35 |
# File 'sig/types.rbs', line 33 def output_scope @output_scope end |
#source ⇒ "INPUT", "OUTPUT"
Returns the value of attribute source.
31 32 33 |
# File 'sig/types.rbs', line 31 def source @source end |