Class: Aws::CloudWatchLogs::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteResourcePolicyRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expected_revision_id ⇒ String
The expected revision ID of the resource policy.
-
#policy_name ⇒ String
The name of the policy to be revoked.
-
#resource_arn ⇒ String
The ARN of the CloudWatch Logs resource for which the resource policy needs to be deleted.
Instance Attribute Details
#expected_revision_id ⇒ String
The expected revision ID of the resource policy. Required when deleting a resource-scoped policy to prevent concurrent modifications.
1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1319 class DeleteResourcePolicyRequest < Struct.new( :policy_name, :resource_arn, :expected_revision_id) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy to be revoked. This parameter is required.
1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1319 class DeleteResourcePolicyRequest < Struct.new( :policy_name, :resource_arn, :expected_revision_id) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the CloudWatch Logs resource for which the resource policy needs to be deleted
1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1319 class DeleteResourcePolicyRequest < Struct.new( :policy_name, :resource_arn, :expected_revision_id) SENSITIVE = [] include Aws::Structure end |