Class: Aws::DLM::Types::EventSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dlm/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

Instance Attribute Details

#parametersTypes::EventParameters

Information about the event.



605
606
607
608
609
610
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 605

class EventSource < Struct.new(
  :type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The source of the event. Currently only managed CloudWatch Events rules are supported.

Returns:

  • (String)


605
606
607
608
609
610
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 605

class EventSource < Struct.new(
  :type,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end