Class: Aws::Types::TestTransformerRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestTransformerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_event_messages ⇒ ::Array[::String]
Returns the value of attribute log_event_messages.
-
#transformer_config ⇒ ::Array[Types::Processor]
Returns the value of attribute transformer_config.
Instance Attribute Details
#log_event_messages ⇒ ::Array[::String]
Returns the value of attribute log_event_messages.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def @log_event_messages end |
#transformer_config ⇒ ::Array[Types::Processor]
Returns the value of attribute transformer_config.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def transformer_config @transformer_config end |