Class: Aws::CloudWatchLogs::Types::GetDeliveryResponse

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.

Returns:



2272
2273
2274
2275
2276
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2272

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