Class: Aws::CloudWatchLogs::Types::DeleteDeliverySourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteDeliverySourceRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the delivery source that you want to delete.
Instance Attribute Details
#name ⇒ String
The name of the delivery source that you want to delete.
902 903 904 905 906 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 902 class DeleteDeliverySourceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |