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

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

#aws_account_idString

The ID of the QuickSight account that you want to disconnect from a Amazon Q Business application.

Returns:

  • (String)


11328
11329
11330
11331
11332
11333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11328

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

#namespaceString

The 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)


11328
11329
11330
11331
11332
11333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11328

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