Class: Aws::CloudWatchLogs::Types::GetDeliverySourceRequest

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

#nameString

The name of the delivery source that you want to retrieve.

Returns:

  • (String)


2284
2285
2286
2287
2288
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2284

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