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.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def marker @marker end |
#users ⇒ ::Array[Types::User]
Returns the value of attribute users.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def users @users end |