Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyResponse

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

#policyTypes::Policy

The contents of the policy that you just created.

Returns:



4001
4002
4003
4004
4005
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4001

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