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.



3846
3847
3848
3849
3850
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3846

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