Class: Aws::CloudWatchLogs::Types::PutDeliverySourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDeliverySourceResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_source ⇒ Types::DeliverySource
A structure containing information about the delivery source that was just created or updated.
Instance Attribute Details
#delivery_source ⇒ Types::DeliverySource
A structure containing information about the delivery source that was just created or updated.
6392 6393 6394 6395 6396 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6392 class PutDeliverySourceResponse < Struct.new( :delivery_source) SENSITIVE = [] include Aws::Structure end |