Class: Aws::Types::ListUserPoolsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



1630
1631
1632
# File 'sig/types.rbs', line 1630

def next_token
  @next_token
end

#user_pools::Array[Types::UserPoolDescriptionType]

Returns the value of attribute user_pools.



1629
1630
1631
# File 'sig/types.rbs', line 1629

def user_pools
  @user_pools
end