Class: Aws::Organizations::Types::DeletePolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_idString

The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

The [regex pattern] for a policy ID string requires “p-” followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


1420
1421
1422
1423
1424
# File 'lib/aws-sdk-organizations/types.rb', line 1420

class DeletePolicyRequest < Struct.new(
  :policy_id)
  SENSITIVE = []
  include Aws::Structure
end