Class: Aws::AppRegistry::Types::ListAttributeGroupsForApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ListAttributeGroupsForApplicationResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_groups_details ⇒ Array<Types::AttributeGroupDetails>
The details related to a specific attribute group.
-
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
Instance Attribute Details
#attribute_groups_details ⇒ Array<Types::AttributeGroupDetails>
The details related to a specific attribute group.
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_token ⇒ String
The token to use to get the next page of results after a previous API call.
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 |