GetCSVHeaderResponse

public struct GetCSVHeaderResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The header information for the .csv file for the user import job.

    Declaration

    Swift

    public let cSVHeader: [String]?
  • The user pool ID for the user pool that the users are to be imported into.

    Declaration

    Swift

    public let userPoolId: String?
  • Undocumented

    Declaration

    Swift

    public init(cSVHeader: [String]? = nil, userPoolId: String? = nil)