Class: Aws::CloudWatchLogs::Types::PutDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDestinationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
The destination.
Instance Attribute Details
#destination ⇒ Types::Destination
The destination.
4198 4199 4200 4201 4202 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4198 class PutDestinationResponse < Struct.new( :destination) SENSITIVE = [] include Aws::Structure end |