Class: Aws::CloudWatchLogs::Types::PutResourcePolicyResponse

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

#resource_policyTypes::ResourcePolicy

The new policy.



5756
5757
5758
5759
5760
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5756

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