Class: Aws::CognitoIdentityProvider::Types::GetCSVHeaderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Represents the request to get the header information of the CSV file for the user import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_pool_idString

The ID of the user pool that the users are to be imported into.

Returns:

  • (String)


6115
6116
6117
6118
6119
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6115

class GetCSVHeaderRequest < Struct.new(
  :user_pool_id)
  SENSITIVE = []
  include Aws::Structure
end