Class: Aws::QuickSight::Types::DeleteDefaultQBusinessApplicationRequest

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 QuickSight account that you want to disconnect from a Amazon Q Business application.

Returns:

  • (String)


11039
11040
11041
11042
11043
11044
# File 'lib/aws-sdk-quicksight/types.rb', line 11039

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

#namespaceString

The Amazon QuickSight namespace that you want to delete a linked Amazon Q Business application from. If this field is left blank, the Amazon Q Business application is deleted from the default namespace. Currently, the default namespace is the only valid value for this parameter.

Returns:

  • (String)


11039
11040
11041
11042
11043
11044
# File 'lib/aws-sdk-quicksight/types.rb', line 11039

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