Class: Aws::QBusiness::Types::QuickSightConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::QuickSightConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/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.
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.
6680 6681 6682 6683 6684 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6680 class QuickSightConfiguration < Struct.new( :client_namespace) SENSITIVE = [] include Aws::Structure end |