Class: Aws::EventBridge::Types::DeletePartnerEventSourceRequest

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

#accountString

The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1306

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

#nameString

The name of the event source to delete.

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1306

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