Class: Aws::QuickSight::Types::QBusinessParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The parameters that are required to connect to an Amazon Q Business data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the Amazon Q Business application.

Returns:

  • (String)


30081
30082
30083
30084
30085
# File 'lib/aws-sdk-quicksight/types.rb', line 30081

class QBusinessParameters < Struct.new(
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end