Class: Aws::CloudWatchEvents::Types::DeletePartnerEventSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DeletePartnerEventSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ String
The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.
-
#name ⇒ String
The name of the event source to delete.
Instance Attribute Details
#account ⇒ String
The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.
1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1171 class DeletePartnerEventSourceRequest < Struct.new( :name, :account) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event source to delete.
1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1171 class DeletePartnerEventSourceRequest < Struct.new( :name, :account) SENSITIVE = [] include Aws::Structure end |