Class: Aws::CloudWatchRUM::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::DeleteResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The app monitor that you want to remove the resource policy from.
-
#policy_revision_id ⇒ String
Specifies a specific policy revision to delete.
Instance Attribute Details
#name ⇒ String
The app monitor that you want to remove the resource policy from.
750 751 752 753 754 755 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 750 class DeleteResourcePolicyRequest < Struct.new( :name, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |
#policy_revision_id ⇒ String
Specifies a specific policy revision to delete. Provide a ‘PolicyRevisionId` to ensure an atomic delete operation. If the revision ID that you provide doesn’t match the latest policy revision ID, the request will be rejected with an ‘InvalidPolicyRevisionIdException` error.
750 751 752 753 754 755 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 750 class DeleteResourcePolicyRequest < Struct.new( :name, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |