Class: Aws::QuickSight::Types::DeleteUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


18433
18434
18435
18436
18437
18438
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18433

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


18433
18434
18435
18436
18437
18438
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18433

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