Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliveryDestinationRequest
- Includes:
- Structure
- Defined in:
- 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.
2503 2504 2505 2506 2507 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2503 class GetDeliveryDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |