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)


2952
2953
2954
2955
2956
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2952

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