Class: Aws::AppRegistry::Types::ListAssociatedAttributeGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ListAssociatedAttributeGroupsResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_groups ⇒ Array<String>
A list of attribute group IDs.
-
#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<String>
A list of attribute group IDs.
844 845 846 847 848 849 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 844 class ListAssociatedAttributeGroupsResponse < 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.
844 845 846 847 848 849 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 844 class ListAssociatedAttributeGroupsResponse < Struct.new( :attribute_groups, :next_token) SENSITIVE = [] include Aws::Structure end |