Class: Aws::DLM::Types::EventSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::EventSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
**[Event-based policies only]** Specifies an event that activates an event-based policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Types::EventParameters
Information about the event.
-
#type ⇒ String
The source of the event.
Instance Attribute Details
#parameters ⇒ Types::EventParameters
Information about the event.
605 606 607 608 609 610 |
# File 'lib/aws-sdk-dlm/types.rb', line 605 class EventSource < Struct.new( :type, :parameters) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The source of the event. Currently only managed CloudWatch Events rules are supported.
605 606 607 608 609 610 |
# File 'lib/aws-sdk-dlm/types.rb', line 605 class EventSource < Struct.new( :type, :parameters) SENSITIVE = [] include Aws::Structure end |