DescribeIpGroupsRequest
public struct DescribeIpGroupsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifiers of one or more IP access control groups.
Declaration
Swift
public let groupIds: [String]? -
The maximum number of items to return.
Declaration
Swift
public let maxResults: Int? -
If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(groupIds: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeIpGroupsRequest Structure Reference