Class: Aws::XRay::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::DeleteResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the resource policy to delete.
-
#policy_revision_id ⇒ String
Specifies a specific policy revision to delete.
Instance Attribute Details
#policy_name ⇒ String
The name of the resource policy to delete.
319 320 321 322 323 324 |
# File 'lib/aws-sdk-xray/types.rb', line 319 class DeleteResourcePolicyRequest < Struct.new( :policy_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 provided revision id does not match the latest policy revision id, an InvalidPolicyRevisionIdException exception is returned.
319 320 321 322 323 324 |
# File 'lib/aws-sdk-xray/types.rb', line 319 class DeleteResourcePolicyRequest < Struct.new( :policy_name, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |