Class: Aws::QuickSight::Types::DescribeUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeUserResponse
- 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 name.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
13722 13723 13724 13725 13726 13727 13728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13722 class DescribeUserResponse < Struct.new( :user, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13722 13723 13724 13725 13726 13727 13728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13722 class DescribeUserResponse < Struct.new( :user, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::User
The user name.
13722 13723 13724 13725 13726 13727 13728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13722 class DescribeUserResponse < Struct.new( :user, :request_id, :status) SENSITIVE = [] include Aws::Structure end |