Class: Aws::CognitoIdentityProvider::Types::GetCSVHeaderResponse

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

Overview

Represents the response from the server to 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

#csv_headerArray<String>

The header information of the CSV file for the user import job.

Returns:

  • (Array<String>)


4767
4768
4769
4770
4771
4772
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4767

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

#user_pool_idString

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

Returns:

  • (String)


4767
4768
4769
4770
4771
4772
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4767

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