WorkspacesIpGroup
public struct WorkspacesIpGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the group.
Declaration
Swift
public let groupDesc: String?
-
The identifier of the group.
Declaration
Swift
public let groupId: String?
-
The name of the group.
Declaration
Swift
public let groupName: String?
-
The rules.
Declaration
Swift
public let userRules: [IpRuleItem]?
-
Undocumented
Declaration
Swift
public init(groupDesc: String? = nil, groupId: String? = nil, groupName: String? = nil, userRules: [IpRuleItem]? = nil)