appregistry_list_attribute_groups_for_application: Lists the details of all attribute groups associated with a...

View source: R/appregistry_operations.R

appregistry_list_attribute_groups_for_applicationR Documentation

Lists the details of all attribute groups associated with a specific application

Description

Lists the details of all attribute groups associated with a specific application. The results display in pages.

See https://www.paws-r-sdk.com/docs/appregistry_list_attribute_groups_for_application/ for full documentation.

Usage

appregistry_list_attribute_groups_for_application(
  application,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

application

[required] The name or ID of the application.

nextToken

This token retrieves the next page of results after a previous API call.

maxResults

The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.