Class: Aws::Types::GetCurrentUserDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCurrentUserDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_data_list ⇒ ::Array[Types::UserData]
Returns the value of attribute user_data_list.
Instance Attribute Details
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
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.
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.
4056 4057 4058 |
# File 'sig/types.rbs', line 4056 def user_data_list @user_data_list end |