Class: Aws::Types::SearchUserProfilesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:search_text])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5709
5710
5711
# File 'sig/types.rbs', line 5709

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5712
5713
5714
# File 'sig/types.rbs', line 5712

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5713
5714
5715
# File 'sig/types.rbs', line 5713

def next_token
  @next_token
end

#search_text::String

Returns the value of attribute search_text.

Returns:

  • (::String)


5711
5712
5713
# File 'sig/types.rbs', line 5711

def search_text
  @search_text
end

#user_type"SSO_USER", ...

Returns the value of attribute user_type.

Returns:

  • ("SSO_USER", "DATAZONE_USER", "DATAZONE_SSO_USER", "DATAZONE_IAM_USER")


5710
5711
5712
# File 'sig/types.rbs', line 5710

def user_type
  @user_type
end