Class: Aws::Types::PutTransformerRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutTransformerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#transformer_config ⇒ ::Array[Types::Processor]
Returns the value of attribute transformer_config.
Instance Attribute Details
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def log_group_identifier @log_group_identifier end |
#transformer_config ⇒ ::Array[Types::Processor]
Returns the value of attribute transformer_config.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def transformer_config @transformer_config end |