Class: Aws::CognitoIdentityProvider::Types::GetCSVHeaderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetCSVHeaderRequest
- 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
-
#user_pool_id ⇒ String
The user pool ID for the user pool that the users are to be imported into.
Instance Attribute Details
#user_pool_id ⇒ String
The user pool ID for the user pool that the users are to be imported into.
4878 4879 4880 4881 4882 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4878 class GetCSVHeaderRequest < Struct.new( :user_pool_id) SENSITIVE = [] include Aws::Structure end |