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])


1618
1619
1620
# File 'sig/types.rbs', line 1618

def attributes_to_get
  @attributes_to_get
end

#filter::String

Returns the value of attribute filter.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def filter
  @filter
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def limit
  @limit
end

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def pagination_token
  @pagination_token
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1617
1618
1619
# File 'sig/types.rbs', line 1617

def user_pool_id
  @user_pool_id
end