Class: Aws::Types::ListUsersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_to_get::Array[::String]

Returns the value of attribute attributes_to_get.

Returns:

  • (::Array[::String])


1650
1651
1652
# File 'sig/types.rbs', line 1650

def attributes_to_get
  @attributes_to_get
end

#filter::String

Returns the value of attribute filter.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def filter
  @filter
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def limit
  @limit
end

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def pagination_token
  @pagination_token
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def user_pool_id
  @user_pool_id
end