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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::Destination

The destination.

Returns:



3934
3935
3936
3937
3938
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3934

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