Class: Aws::Types::ListUserProfilesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id_equals::String

Returns the value of attribute domain_id_equals.

Returns:

  • (::String)


8680
8681
8682
# File 'sig/types.rbs', line 8680

def domain_id_equals
  @domain_id_equals
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8677
8678
8679
# File 'sig/types.rbs', line 8677

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8676
8677
8678
# File 'sig/types.rbs', line 8676

def next_token
  @next_token
end

#sort_by"CreationTime", "LastModifiedTime"

Returns the value of attribute sort_by.

Returns:

  • ("CreationTime", "LastModifiedTime")


8679
8680
8681
# File 'sig/types.rbs', line 8679

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8678
8679
8680
# File 'sig/types.rbs', line 8678

def sort_order
  @sort_order
end

#user_profile_name_contains::String

Returns the value of attribute user_profile_name_contains.

Returns:

  • (::String)


8681
8682
8683
# File 'sig/types.rbs', line 8681

def 
  @user_profile_name_contains
end