Class: Aws::DataZone::Types::SearchGroupProfilesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:search_text]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The identifier of the Amazon DataZone domain in which you want to search group profiles.

Returns:

  • (String)


9275
9276
9277
9278
9279
9280
9281
9282
9283
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9275

class SearchGroupProfilesInput < Struct.new(
  :domain_identifier,
  :group_type,
  :max_results,
  :next_token,
  :search_text)
  SENSITIVE = [:search_text]
  include Aws::Structure
end

#group_typeString

The group type for which to search.

Returns:

  • (String)


9275
9276
9277
9278
9279
9280
9281
9282
9283
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9275

class SearchGroupProfilesInput < Struct.new(
  :domain_identifier,
  :group_type,
  :max_results,
  :next_token,
  :search_text)
  SENSITIVE = [:search_text]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call to SearchGroupProfiles. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchGroupProfiles to list the next set of results.

Returns:

  • (Integer)


9275
9276
9277
9278
9279
9280
9281
9282
9283
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9275

class SearchGroupProfilesInput < Struct.new(
  :domain_identifier,
  :group_type,
  :max_results,
  :next_token,
  :search_text)
  SENSITIVE = [:search_text]
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


9275
9276
9277
9278
9279
9280
9281
9282
9283
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9275

class SearchGroupProfilesInput < Struct.new(
  :domain_identifier,
  :group_type,
  :max_results,
  :next_token,
  :search_text)
  SENSITIVE = [:search_text]
  include Aws::Structure
end

#search_textString

Specifies the text for which to search.

Returns:

  • (String)


9275
9276
9277
9278
9279
9280
9281
9282
9283
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9275

class SearchGroupProfilesInput < Struct.new(
  :domain_identifier,
  :group_type,
  :max_results,
  :next_token,
  :search_text)
  SENSITIVE = [:search_text]
  include Aws::Structure
end