Class: Aws::QuickSight::Types::AnonymousUserEmbeddingExperienceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnonymousUserEmbeddingExperienceConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard ⇒ Types::AnonymousUserDashboardEmbeddingConfiguration
The type of embedding experience.
-
#dashboard_visual ⇒ Types::AnonymousUserDashboardVisualEmbeddingConfiguration
The type of embedding experience.
-
#generative_qn_a ⇒ Types::AnonymousUserGenerativeQnAEmbeddingConfiguration
The Generative Q&A experience that you want to use for anonymous user embedding.
-
#q_search_bar ⇒ Types::AnonymousUserQSearchBarEmbeddingConfiguration
The Q search bar that you want to use for anonymous user embedding.
Instance Attribute Details
#dashboard ⇒ Types::AnonymousUserDashboardEmbeddingConfiguration
The type of embedding experience. In this case, Amazon QuickSight dashboards.
835 836 837 838 839 840 841 842 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 835 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |
#dashboard_visual ⇒ Types::AnonymousUserDashboardVisualEmbeddingConfiguration
The type of embedding experience. In this case, Amazon QuickSight visuals.
835 836 837 838 839 840 841 842 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 835 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |
#generative_qn_a ⇒ Types::AnonymousUserGenerativeQnAEmbeddingConfiguration
The Generative Q&A experience that you want to use for anonymous user embedding.
835 836 837 838 839 840 841 842 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 835 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |
#q_search_bar ⇒ Types::AnonymousUserQSearchBarEmbeddingConfiguration
The Q search bar that you want to use for anonymous user embedding.
835 836 837 838 839 840 841 842 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 835 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |