Class: Aws::CognitoIdentityProvider::Types::GetCSVHeaderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetCSVHeaderResponse
- Includes:
- Structure
- Defined in:
- 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
-
#csv_header ⇒ Array<String>
The header information of the CSV file for the user import job.
-
#user_pool_id ⇒ String
The user pool ID for the user pool that the users are to be imported into.
Instance Attribute Details
#csv_header ⇒ Array<String>
The header information of the CSV file for the user import job.
4898 4899 4900 4901 4902 4903 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4898 class GetCSVHeaderResponse < Struct.new( :user_pool_id, :csv_header) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool that the users are to be imported into.
4898 4899 4900 4901 4902 4903 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4898 class GetCSVHeaderResponse < Struct.new( :user_pool_id, :csv_header) SENSITIVE = [] include Aws::Structure end |