Class: Aws::Scheduler::Types::EventBridgeParameters

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-scheduler/types.rb

Overview

The templated target type for the EventBridge [ ‘PutEvents` ][1] API operation.

[1]: docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEvents.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detail_typeString

A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

Returns:

  • (String)


476
477
478
479
480
481
# File 'lib/aws-sdk-scheduler/types.rb', line 476

class EventBridgeParameters < Struct.new(
  :detail_type,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source of the event.

Returns:

  • (String)


476
477
478
479
480
481
# File 'lib/aws-sdk-scheduler/types.rb', line 476

class EventBridgeParameters < Struct.new(
  :detail_type,
  :source)
  SENSITIVE = []
  include Aws::Structure
end