Describe Ip Groups
| workspaces_describe_ip_groups | R Documentation |
Describes one or more of your IP access control groups¶
Description¶
Describes one or more of your IP access control groups.
Usage¶
Arguments¶
GroupIdsThe identifiers of one or more IP access control groups.
NextTokenIf you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.MaxResultsThe maximum number of items to return.
Value¶
A list with the following syntax:
list(
Result = list(
list(
groupId = "string",
groupName = "string",
groupDesc = "string",
userRules = list(
list(
ipRule = "string",
ruleDesc = "string"
)
)
)
),
NextToken = "string"
)