Class: Aws::Types::ListUsersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUsersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_direction ⇒ "ASC", "DESC"
Returns the value of attribute sort_direction.
-
#sort_fields ⇒ ::String
Returns the value of attribute sort_fields.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#first_name ⇒ ::String
Returns the value of attribute first_name.
622 623 624 |
# File 'sig/types.rbs', line 622 def first_name @first_name end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
626 627 628 |
# File 'sig/types.rbs', line 626 def group_id @group_id end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
623 624 625 |
# File 'sig/types.rbs', line 623 def last_name @last_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
619 620 621 |
# File 'sig/types.rbs', line 619 def max_results @max_results end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def network_id @network_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
618 619 620 |
# File 'sig/types.rbs', line 618 def next_token @next_token end |
#sort_direction ⇒ "ASC", "DESC"
Returns the value of attribute sort_direction.
621 622 623 |
# File 'sig/types.rbs', line 621 def sort_direction @sort_direction end |
#sort_fields ⇒ ::String
Returns the value of attribute sort_fields.
620 621 622 |
# File 'sig/types.rbs', line 620 def sort_fields @sort_fields end |
#status ⇒ ::Integer
Returns the value of attribute status.
625 626 627 |
# File 'sig/types.rbs', line 625 def status @status end |
#username ⇒ ::String
Returns the value of attribute username.
624 625 626 |
# File 'sig/types.rbs', line 624 def username @username end |