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)


37015
37016
37017
37018
37019
37020
37021
# File 'lib/aws-sdk-quicksight/types.rb', line 37015

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)


37015
37016
37017
37018
37019
37020
37021
# File 'lib/aws-sdk-quicksight/types.rb', line 37015

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


37015
37016
37017
37018
37019
37020
37021
# File 'lib/aws-sdk-quicksight/types.rb', line 37015

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