Class: Aws::EventBridgeV2::Types::Transformer
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::Transformer
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Transformer configuration for a subscriber.
Constant Summary collapse
- SENSITIVE =
[:jsonata_configuration]
Instance Attribute Summary collapse
-
#jsonata_configuration ⇒ Types::JsonataConfiguration
JSONata expression configuration.
-
#type ⇒ String
Transform type.
Instance Attribute Details
#jsonata_configuration ⇒ Types::JsonataConfiguration
JSONata expression configuration. Required when Type is JSONATA.
2747 2748 2749 2750 2751 2752 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2747 class Transformer < Struct.new( :type, :jsonata_configuration) SENSITIVE = [:jsonata_configuration] include Aws::Structure end |
#type ⇒ String
Transform type.
2747 2748 2749 2750 2751 2752 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2747 class Transformer < Struct.new( :type, :jsonata_configuration) SENSITIVE = [:jsonata_configuration] include Aws::Structure end |