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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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 user pool ID for the user pool that the users are to be imported into.

Returns:

  • (String)


4739
4740
4741
4742
4743
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4739

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