Class: Aws::AppRegistry::Types::ListAssociatedAttributeGroupsResponse

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<String>

A list of attribute group IDs.

Returns:

  • (Array<String>)


944
945
946
947
948
949
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 944

class ListAssociatedAttributeGroupsResponse < 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)


944
945
946
947
948
949
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 944

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