Class: Aws::Types::GuardrailStreamConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailStreamConfiguration
- 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.
-
#stream_processing_mode ⇒ "sync", "async"
Returns the value of attribute stream_processing_mode.
-
#trace ⇒ "enabled", ...
Returns the value of attribute trace.
Instance Attribute Details
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
950 951 952 |
# File 'sig/types.rbs', line 950 def guardrail_identifier @guardrail_identifier end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
951 952 953 |
# File 'sig/types.rbs', line 951 def guardrail_version @guardrail_version end |
#stream_processing_mode ⇒ "sync", "async"
Returns the value of attribute stream_processing_mode.
953 954 955 |
# File 'sig/types.rbs', line 953 def stream_processing_mode @stream_processing_mode end |
#trace ⇒ "enabled", ...
Returns the value of attribute trace.
952 953 954 |
# File 'sig/types.rbs', line 952 def trace @trace end |