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.



8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8357

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

#revision_idString

The revision ID of the created or updated resource policy. Only returned for resource-scoped policies.

Returns:

  • (String)


8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8357

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