Class: Aws::Types::ListUserImportJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1573
1574
1575
# File 'sig/types.rbs', line 1573

def max_results
  @max_results
end

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:



1574
1575
1576
# File 'sig/types.rbs', line 1574

def pagination_token
  @pagination_token
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:



1572
1573
1574
# File 'sig/types.rbs', line 1572

def user_pool_id
  @user_pool_id
end