Class: Aws::AppRegistry::Types::ListAttributeGroupsResponse

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

#attribute_groupsArray<Types::AttributeGroupSummary>

This list of attribute groups.

Returns:



1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1068

class ListAttributeGroupsResponse < Struct.new(
  :attribute_groups,
  :next_token)
  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)


1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1068

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