Class: Aws::Types::DescribeUsersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token, :query])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def authentication_token
  @authentication_token
end

#fields::String

Returns the value of attribute fields.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def fields
  @fields
end

#include"ALL", "ACTIVE_PENDING"

Returns the value of attribute include.

Returns:

  • ("ALL", "ACTIVE_PENDING")


389
390
391
# File 'sig/types.rbs', line 389

def include
  @include
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


393
394
395
# File 'sig/types.rbs', line 393

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def marker
  @marker
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


390
391
392
# File 'sig/types.rbs', line 390

def order
  @order
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def organization_id
  @organization_id
end

#query::String

Returns the value of attribute query.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def query
  @query
end

#sort"USER_NAME", ...

Returns the value of attribute sort.

Returns:

  • ("USER_NAME", "FULL_NAME", "STORAGE_LIMIT", "USER_STATUS", "STORAGE_USED")


391
392
393
# File 'sig/types.rbs', line 391

def sort
  @sort
end

#user_ids::String

Returns the value of attribute user_ids.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def user_ids
  @user_ids
end