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.
2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2515 class GetDeliveryDestinationResponse < Struct.new( :delivery_destination) SENSITIVE = [] include Aws::Structure end |