Class: Aws::QBusiness::Types::QuickSightConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::QuickSightConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider. For more information, see [Creating an Amazon QuickSight integrated application].
[1]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/create-quicksight-integrated-application.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_namespace ⇒ String
The Amazon QuickSight namespace that is used as the identity provider.
Instance Attribute Details
#client_namespace ⇒ String
The Amazon QuickSight namespace that is used as the identity provider. For more information about QuickSight namespaces, see [Namespace operations].
[1]: docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html
6352 6353 6354 6355 6356 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6352 class QuickSightConfiguration < Struct.new( :client_namespace) SENSITIVE = [] include Aws::Structure end |