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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-eventbridge/types.rb', line 1393

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

#nameString

The name of the event source to delete.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-eventbridge/types.rb', line 1393

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