Class: Aws::QuickSight::Types::UpdateDefaultQBusinessApplicationRequest

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

#application_idString

The ID of the Amazon Q Business application that you want to update.

Returns:

  • (String)


37188
37189
37190
37191
37192
37193
37194
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37188

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

#aws_account_idString

The ID of the QuickSight account that is connected to the Amazon Q Business application that you want to update.

Returns:

  • (String)


37188
37189
37190
37191
37192
37193
37194
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37188

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

#namespaceString

The QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.

Returns:

  • (String)


37188
37189
37190
37191
37192
37193
37194
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37188

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