Class: Aws::QuickSight::Types::UpdateQuickSightQSearchConfigurationRequest

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the Amazon QuickSight Q Search configuration that you want to update.

Returns:

  • (String)


36985
36986
36987
36988
36989
36990
# File 'lib/aws-sdk-quicksight/types.rb', line 36985

class UpdateQuickSightQSearchConfigurationRequest < Struct.new(
  :aws_account_id,
  :q_search_status)
  SENSITIVE = []
  include Aws::Structure
end

#q_search_statusString

The status of the Amazon QuickSight Q Search configuration that the user wants to update.

Returns:

  • (String)


36985
36986
36987
36988
36989
36990
# File 'lib/aws-sdk-quicksight/types.rb', line 36985

class UpdateQuickSightQSearchConfigurationRequest < Struct.new(
  :aws_account_id,
  :q_search_status)
  SENSITIVE = []
  include Aws::Structure
end