Class: Aws::Types::ListUsersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ASC", "DESC")


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.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def sort_fields
  @sort_fields
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


625
626
627
# File 'sig/types.rbs', line 625

def status
  @status
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def username
  @username
end