DeleteResourcePolicyRequest

public struct DeleteResourcePolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The hash value returned when this policy was set.

    Declaration

    Swift

    public let policyHashCondition: String?
  • The ARN of the AWS Glue resource for the resource policy to be deleted.

    Declaration

    Swift

    public let resourceArn: String?
  • Undocumented

    Declaration

    Swift

    public init(policyHashCondition: String? = nil, resourceArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws