DeleteNetworkAclEntryRequest

public struct DeleteNetworkAclEntryRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • Indicates whether the rule is an egress rule.

    Declaration

    Swift

    public let egress: Bool
  • The ID of the network ACL.

    Declaration

    Swift

    public let networkAclId: String
  • The rule number of the entry to delete.

    Declaration

    Swift

    public let ruleNumber: Int
  • Undocumented

    Declaration

    Swift

    public init(dryRun: Bool? = nil, egress: Bool, networkAclId: String, ruleNumber: Int)