Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationPolicyRequest

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

#delivery_destination_nameString

The name of the delivery destination that you want to retrieve the policy of.

Returns:

  • (String)


2212
2213
2214
2215
2216
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

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