Class: Aws::CloudWatchEvents::Types::DeletePartnerEventSourceRequest

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

#accountString

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

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1171

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

#nameString

The name of the event source to delete.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1171

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