CreateIpGroupRequest
public struct CreateIpGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the group.
Declaration
Swift
public let groupDesc: String?
-
The name of the group.
Declaration
Swift
public let groupName: String
-
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
Declaration
Swift
public let tags: [Tag]?
-
The rules to add to the group.
Declaration
Swift
public let userRules: [IpRuleItem]?
-
Undocumented
Declaration
Swift
public init(groupDesc: String? = nil, groupName: String, tags: [Tag]? = nil, userRules: [IpRuleItem]? = nil)
-
Declaration
Swift
public func validate(name: String) throws