DeletePolicyRequest

public struct DeletePolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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 (_).

    Declaration

    Swift

    public let policyId: String
  • Undocumented

    Declaration

    Swift

    public init(policyId: String)
  • Declaration

    Swift

    public func validate(name: String) throws