Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliveryDestinationRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the delivery destination that you want to retrieve.
Instance Attribute Details
#name ⇒ String
The name of the delivery destination that you want to retrieve.
3529 3530 3531 3532 3533 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3529 class GetDeliveryDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |