Class: Aws::CloudWatchLogs::Types::GetDeliveryRequest

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

#idString

The ID of the delivery that you want to retrieve.

Returns:

  • (String)


2522
2523
2524
2525
2526
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2522

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