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.
5963 5964 5965 5966 5967 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5963 class PutDeliveryDestinationResponse < Struct.new( :delivery_destination) SENSITIVE = [] include Aws::Structure end |