Class: Aws::XRay::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::DeleteResourcePolicyRequest
- Defined in:
- gems/aws-sdk-xray/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.
335 336 337 338 339 340 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 335 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.
335 336 337 338 339 340 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 335 class DeleteResourcePolicyRequest < Struct.new( :policy_name, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |