Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliveryDestinationResponse
- 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.
Instance Attribute Details
#delivery_destination ⇒ Types::DeliveryDestination
A structure containing information about the delivery destination.
2926 2927 2928 2929 2930 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2926 class GetDeliveryDestinationResponse < Struct.new( :delivery_destination) SENSITIVE = [] include Aws::Structure end |