Class: Aws::CloudWatchLogs::Types::PutDestinationResponse

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

#destinationTypes::Destination

The destination.

Returns:



3910
3911
3912
3913
3914
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3910

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