Class: Aws::Scheduler::Types::EventBridgeParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::EventBridgeParameters
- 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
-
#detail_type ⇒ String
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
-
#source ⇒ String
The source of the event.
Instance Attribute Details
#detail_type ⇒ String
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
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 |
#source ⇒ String
The source of the event.
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 |