Class: Aws::QuickSight::Types::DeleteDefaultQBusinessApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteDefaultQBusinessApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon QuickSight account that you want to disconnect from a Amazon Q Business application.
-
#namespace ⇒ String
The Amazon QuickSight namespace that you want to delete a linked Amazon Q Business application from.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon QuickSight account that you want to disconnect from a Amazon Q Business application.
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 |
#namespace ⇒ String
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.
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 |