Class: Aws::CloudWatchLogs::Types::GetDeliverySourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliverySourceRequest
- 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 source that you want to retrieve.
Instance Attribute Details
#name ⇒ String
The name of the delivery source that you want to retrieve.
2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2546 class GetDeliverySourceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |