class Aws::WorkSpaces::Types::DescribeIpGroupsRequest

@note When making an API call, you may pass DescribeIpGroupsRequest

data as a hash:

    {
      group_ids: ["IpGroupId"],
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] group_ids

The identifiers of one or more IP access control groups.
@return [Array<String>]

@!attribute [rw] next_token

If you received a `NextToken` from a previous call that was
paginated, provide this token to receive the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of items to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeIpGroupsRequest AWS API Documentation

Constants

SENSITIVE