Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDeliveryDestinationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_destination ⇒ Types::DeliveryDestination
A structure containing information about the delivery destination that you just created or updated.
Instance Attribute Details
#delivery_destination ⇒ Types::DeliveryDestination
A structure containing information about the delivery destination that you just created or updated.
4069 4070 4071 4072 4073 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4069 class PutDeliveryDestinationResponse < Struct.new( :delivery_destination) SENSITIVE = [] include Aws::Structure end |