Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationResponse

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_destinationTypes::DeliveryDestination

A structure containing information about the delivery destination.



2248
2249
2250
2251
2252
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2248

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