Class: Aws::Types::ListUsersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUsersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#users ⇒ ::Array[Types::User]
Returns the value of attribute users.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def marker @marker end |
#users ⇒ ::Array[Types::User]
Returns the value of attribute users.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def users @users end |