Class: Aws::AppRegistry::Types::ListAttributeGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


1050
1051
1052
1053
1054
1055
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1050

class ListAttributeGroupsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1050
1051
1052
1053
1054
1055
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1050

class ListAttributeGroupsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end