Class: Aws::Types::ListUserProficienciesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


5743
5744
5745
# File 'sig/types.rbs', line 5743

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5742
5743
5744
# File 'sig/types.rbs', line 5742

def last_modified_time
  @last_modified_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5740
5741
5742
# File 'sig/types.rbs', line 5740

def next_token
  @next_token
end

#user_proficiency_list::Array[Types::UserProficiency]

Returns the value of attribute user_proficiency_list.

Returns:



5741
5742
5743
# File 'sig/types.rbs', line 5741

def user_proficiency_list
  @user_proficiency_list
end