Class: Aws::XRay::Types::DeleteResourcePolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the resource policy to delete.

Returns:

  • (String)


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_idString

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.

Returns:

  • (String)


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