Class: Aws::AppRegistry::Types::ListAttributeGroupsForApplicationResponse

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_groups_detailsArray<Types::AttributeGroupDetails>

The details related to a specific attribute group.

Returns:



1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1030

class ListAttributeGroupsForApplicationResponse < Struct.new(
  :attribute_groups_details,
  :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)


1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1030

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