Class: Aws::CloudWatchLogs::Types::PutDeliverySourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_sourceTypes::DeliverySource

A structure containing information about the delivery source that was just created or updated.



3822
3823
3824
3825
3826
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3822

class PutDeliverySourceResponse < Struct.new(
  :delivery_source)
  SENSITIVE = []
  include Aws::Structure
end