Class: Aws::DataZone::Types::SearchGroupProfilesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SearchGroupProfilesOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::GroupProfileSummary>
The results of the
SearchGroupProfiles
action. -
#next_token ⇒ String
When the number of results is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of results, the response includes a pagination token namedNextToken
.
Instance Attribute Details
#items ⇒ Array<Types::GroupProfileSummary>
The results of the SearchGroupProfiles
action.
16389 16390 16391 16392 16393 16394 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16389 class SearchGroupProfilesOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of results is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for
MaxResults
that is less than the number of results, the response
includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to SearchGroupProfiles
to
list the next set of results.
16389 16390 16391 16392 16393 16394 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16389 class SearchGroupProfilesOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |