Class: Aws::CloudWatchLogs::Types::DeleteDeliveryDestinationPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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 delete the policy for.

Returns:

  • (String)


691
692
693
694
695
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 691

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