You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppRegistry::Types::ListAssociatedAttributeGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListAssociatedAttributeGroupsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  application: "ApplicationSpecifier", # required
  next_token: "NextToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The name or ID of the application.

Returns:

  • (String)

    The name or ID of the application.

#max_resultsInteger

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

Returns:

  • (Integer)

    The upper bound of the number of results to return (cannot exceed 25).

#next_tokenString

The token to use to get the next page of results after a previous API call.

Returns:

  • (String)

    The token to use to get the next page of results after a previous API call.