Class: Aws::CloudWatchLogs::Types::PutDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDestinationResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
5459 5460 5461 5462 5463 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5459 class PutDestinationResponse < Struct.new( :destination) SENSITIVE = [] include Aws::Structure end |