Class: Aws::EventBridgeV2::Types::Transformer

Inherits:
Struct
  • Object
show all
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

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.

Returns:

  • (String)


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