Class: Aws::Types::ListUsersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def marker
  @marker
end

#users::Array[Types::User]

Returns the value of attribute users.

Returns:



1562
1563
1564
# File 'sig/types.rbs', line 1562

def users
  @users
end