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

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

Overview

The templated target type for the EventBridge PutEvents API operation.

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 'gems/aws-sdk-scheduler/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 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 476

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