Class: Aws::CloudWatchEvents::Types::DeactivateEventSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DeactivateEventSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the partner event source to deactivate.
Instance Attribute Details
#name ⇒ String
The name of the partner event source to deactivate.
1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1004 class DeactivateEventSourceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |