Class: Aws::AppRegistry::Types::ListAttributeGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ListAttributeGroupsResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_groups ⇒ Array<Types::AttributeGroupSummary>
This list of attribute groups.
-
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
Instance Attribute Details
#attribute_groups ⇒ Array<Types::AttributeGroupSummary>
This list of attribute groups.
935 936 937 938 939 940 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 935 class ListAttributeGroupsResponse < Struct.new( :attribute_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
935 936 937 938 939 940 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 935 class ListAttributeGroupsResponse < Struct.new( :attribute_groups, :next_token) SENSITIVE = [] include Aws::Structure end |