- Navigation Guide
@aws-sdk/client-iam
CreateUserCommandOutput Interface
The output of CreateUserCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
User | User | undefined | A structure with details about the new IAM user. |
Full Signature
export interface CreateUserCommandOutput extends CreateUserResponse, MetadataBearer