AuthorizeIpRulesRequest
public struct AuthorizeIpRulesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the group.
Declaration
Swift
public let groupId: String
-
The rules to add to the group.
Declaration
Swift
public let userRules: [IpRuleItem]
-
Undocumented
Declaration
Swift
public init(groupId: String, userRules: [IpRuleItem])
-
Declaration
Swift
public func validate(name: String) throws