Class: Aws::CloudWatchLogs::Types::GetDeliveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliveryRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the delivery that you want to retrieve.
Instance Attribute Details
#id ⇒ String
The ID of the delivery that you want to retrieve.
2527 2528 2529 2530 2531 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2527 class GetDeliveryRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |