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 Quick 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 Quick Sight dashboards.
1146 1147 1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1146 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 Quick Sight visuals.
1146 1147 1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1146 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.
1146 1147 1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1146 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.
1146 1147 1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1146 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |