Class: Aws::QuickSight::Types::UpdateUserResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


34317
34318
34319
34320
34321
34322
34323
# File 'lib/aws-sdk-quicksight/types.rb', line 34317

class UpdateUserResponse < Struct.new(
  :user,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


34317
34318
34319
34320
34321
34322
34323
# File 'lib/aws-sdk-quicksight/types.rb', line 34317

class UpdateUserResponse < Struct.new(
  :user,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#userTypes::User

The Amazon QuickSight user.

Returns:



34317
34318
34319
34320
34321
34322
34323
# File 'lib/aws-sdk-quicksight/types.rb', line 34317

class UpdateUserResponse < Struct.new(
  :user,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end