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.
2551 2552 2553 2554 2555 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2551 class GetDeliverySourceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |