DescribeIpGroupsResult
public struct DescribeIpGroupsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retrieve the next set of results, or null if no more results are available.
Declaration
Swift
public let nextToken: String?
-
Information about the IP access control groups.
Declaration
Swift
public let result: [WorkspacesIpGroup]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, result: [WorkspacesIpGroup]? = nil)