Class: Aws::CognitoIdentityProvider::Types::ListUserImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListUserImportJobsResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response from the server to the request to list the user import jobs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pagination_token ⇒ String
An identifier that can be used to return the next set of user import jobs in the list.
-
#user_import_jobs ⇒ Array<Types::UserImportJobType>
The user import jobs.
Instance Attribute Details
#pagination_token ⇒ String
An identifier that can be used to return the next set of user import jobs in the list.
5670 5671 5672 5673 5674 5675 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5670 class ListUserImportJobsResponse < Struct.new( :user_import_jobs, :pagination_token) SENSITIVE = [] include Aws::Structure end |
#user_import_jobs ⇒ Array<Types::UserImportJobType>
The user import jobs.
5670 5671 5672 5673 5674 5675 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5670 class ListUserImportJobsResponse < Struct.new( :user_import_jobs, :pagination_token) SENSITIVE = [] include Aws::Structure end |