Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDeliveryDestinationResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
5967 5968 5969 5970 5971 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5967 class PutDeliveryDestinationResponse < Struct.new( :delivery_destination) SENSITIVE = [] include Aws::Structure end |