You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::RegisterUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisterUserResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#request_id ⇒ String
The AWS request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#user ⇒ Types::User
The user\'s user name.
-
#user_invitation_url ⇒ String
The URL the user visits to complete registration and provide a password.
Instance Attribute Details
#request_id ⇒ String
The AWS request ID for this operation.
#status ⇒ Integer
The HTTP status of the request.
#user ⇒ Types::User
The user\'s user name.
#user_invitation_url ⇒ String
The URL the user visits to complete registration and provide a password.
This is returned only for users with an identity type of QUICKSIGHT
.