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.
4115 4116 4117 |
# File 'sig/types.rbs', line 4115 def approximate_total_count @approximate_total_count end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4113 4114 4115 |
# File 'sig/types.rbs', line 4113 def next_token @next_token end |
#user_data_list ⇒ ::Array[Types::UserData]
Returns the value of attribute user_data_list.
4114 4115 4116 |
# File 'sig/types.rbs', line 4114 def user_data_list @user_data_list end |