RevokeIpRulesRequest

public struct RevokeIpRulesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the group.

    Declaration

    Swift

    public let groupId: String
  • The rules to remove from the group.

    Declaration

    Swift

    public let userRules: [String]
  • Undocumented

    Declaration

    Swift

    public init(groupId: String, userRules: [String])
  • Declaration

    Swift

    public func validate(name: String) throws