Class: Aws::Types::GetCurrentUserDataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_count::Integer

Returns the value of attribute approximate_total_count.

Returns:

  • (::Integer)


4057
4058
4059
# File 'sig/types.rbs', line 4057

def approximate_total_count
  @approximate_total_count
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4055
4056
4057
# File 'sig/types.rbs', line 4055

def next_token
  @next_token
end

#user_data_list::Array[Types::UserData]

Returns the value of attribute user_data_list.

Returns:



4056
4057
4058
# File 'sig/types.rbs', line 4056

def user_data_list
  @user_data_list
end