Class: Aws::QuickSight::Types::RegisterUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisterUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services 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 Amazon Web Services request ID for this operation.
24780 24781 24782 24783 24784 24785 24786 24787 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24780 class RegisterUserResponse < Struct.new( :user, :user_invitation_url, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
24780 24781 24782 24783 24784 24785 24786 24787 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24780 class RegisterUserResponse < Struct.new( :user, :user_invitation_url, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::User
The user’s user name.
24780 24781 24782 24783 24784 24785 24786 24787 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24780 class RegisterUserResponse < Struct.new( :user, :user_invitation_url, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#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`.
24780 24781 24782 24783 24784 24785 24786 24787 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24780 class RegisterUserResponse < Struct.new( :user, :user_invitation_url, :request_id, :status) SENSITIVE = [] include Aws::Structure end |