Class: Aws::CloudWatchLogs::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
7335 7336 7337 7338 7339 7340 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7335 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.
7335 7336 7337 7338 7339 7340 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7335 class PutResourcePolicyResponse < Struct.new( :resource_policy, :revision_id) SENSITIVE = [] include Aws::Structure end |