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.
4217 4218 4219 4220 4221 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4217 class PutDestinationResponse < Struct.new( :destination) SENSITIVE = [] include Aws::Structure end |