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

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

#resource_policyTypes::ResourcePolicy

The new policy.



4157
4158
4159
4160
4161
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4157

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