Class: Aws::CloudWatchLogs::Types::CreateDeliveryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateDeliveryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery ⇒ Types::Delivery
A structure that contains information about the delivery that you just created.
Instance Attribute Details
#delivery ⇒ Types::Delivery
A structure that contains information about the delivery that you just created.
556 557 558 559 560 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 556 class CreateDeliveryResponse < Struct.new( :delivery) SENSITIVE = [] include Aws::Structure end |