Class: Aws::CloudWatchEvents::Types::DeactivateEventSourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the partner event source to deactivate.

Returns:

  • (String)


1004
1005
1006
1007
1008
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1004

class DeactivateEventSourceRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end