Class: Aws::CognitoIdentityProvider::Types::GetCSVHeaderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetCSVHeaderRequest
- 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
-
#user_pool_id ⇒ String
The ID of the user pool that you want to import users into.
Instance Attribute Details
#user_pool_id ⇒ String
The ID of the user pool that you want to import users into.
5973 5974 5975 5976 5977 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5973 class GetCSVHeaderRequest < Struct.new( :user_pool_id) SENSITIVE = [] include Aws::Structure end |