Class: Aws::QuickSight::Types::UpdateQuickSightQSearchConfigurationResponse

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

#q_search_statusString

The status of the Amazon QuickSight Q Search configuration.

Returns:

  • (String)


37370
37371
37372
37373
37374
37375
37376
# File 'lib/aws-sdk-quicksight/types.rb', line 37370

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


37370
37371
37372
37373
37374
37375
37376
# File 'lib/aws-sdk-quicksight/types.rb', line 37370

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


37370
37371
37372
37373
37374
37375
37376
# File 'lib/aws-sdk-quicksight/types.rb', line 37370

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