Class: Aws::CloudWatchLogs::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutResourcePolicyResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_policy ⇒ Types::ResourcePolicy
The new policy.
-
#revision_id ⇒ String
The revision ID of the created or updated resource policy.
Instance Attribute Details
#resource_policy ⇒ Types::ResourcePolicy
The new policy.
6839 6840 6841 6842 6843 6844 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6839 class PutResourcePolicyResponse < Struct.new( :resource_policy, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision ID of the created or updated resource policy. Only returned for resource-scoped policies.
6839 6840 6841 6842 6843 6844 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6839 class PutResourcePolicyResponse < Struct.new( :resource_policy, :revision_id) SENSITIVE = [] include Aws::Structure end |