Class: Aws::Types::DescribeUsersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUsersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#fields ⇒ ::String
Returns the value of attribute fields.
-
#include ⇒ "ALL", "ACTIVE_PENDING"
Returns the value of attribute include.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#query ⇒ ::String
Returns the value of attribute query.
-
#sort ⇒ "USER_NAME", ...
Returns the value of attribute sort.
-
#user_ids ⇒ ::String
Returns the value of attribute user_ids.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
385 386 387 |
# File 'sig/types.rbs', line 385 def authentication_token @authentication_token end |
#fields ⇒ ::String
Returns the value of attribute fields.
394 395 396 |
# File 'sig/types.rbs', line 394 def fields @fields end |
#include ⇒ "ALL", "ACTIVE_PENDING"
Returns the value of attribute include.
389 390 391 |
# File 'sig/types.rbs', line 389 def include @include end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
393 394 395 |
# File 'sig/types.rbs', line 393 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
392 393 394 |
# File 'sig/types.rbs', line 392 def marker @marker end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
390 391 392 |
# File 'sig/types.rbs', line 390 def order @order end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
386 387 388 |
# File 'sig/types.rbs', line 386 def organization_id @organization_id end |
#query ⇒ ::String
Returns the value of attribute query.
388 389 390 |
# File 'sig/types.rbs', line 388 def query @query end |
#sort ⇒ "USER_NAME", ...
Returns the value of attribute sort.
391 392 393 |
# File 'sig/types.rbs', line 391 def sort @sort end |
#user_ids ⇒ ::String
Returns the value of attribute user_ids.
387 388 389 |
# File 'sig/types.rbs', line 387 def user_ids @user_ids end |