Class: Aws::EventBridge::Types::DeactivateEventSourceRequest

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


1122
1123
1124
1125
1126
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1122

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