DetachPolicyRequest

public struct DetachPolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The policy to detach.

    Declaration

    Swift

    public let policyName: String
  • The target from which the policy will be detached.

    Declaration

    Swift

    public let target: String
  • Undocumented

    Declaration

    Swift

    public init(policyName: String, target: String)
  • Declaration

    Swift

    public func validate(name: String) throws