Method: Aws::CloudWatchLogs::Types::GetDeliverySourceResponse#delivery_source
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
#delivery_source ⇒ Types::DeliverySource
A structure containing information about the delivery source.
3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3020 class GetDeliverySourceResponse < Struct.new( :delivery_source) SENSITIVE = [] include Aws::Structure end |