Class: Aws::QuickSight::Types::QBusinessParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::QBusinessParameters
- 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
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Business application.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Business application.
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 |