Class: Aws::Types::DescribeUsersResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def marker
  @marker
end

#users::Array[Types::User]

Returns the value of attribute users.

Returns:



896
897
898
# File 'sig/types.rbs', line 896

def users
  @users
end