Class: Aws::CloudWatchLogs::Types::CreateDeliveryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deliveryTypes::Delivery

A structure that contains information about the delivery that you just created.

Returns:



396
397
398
399
400
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 396

class CreateDeliveryResponse < Struct.new(
  :delivery)
  SENSITIVE = []
  include Aws::Structure
end