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
Note:
When making an API call, you may pass AnonymousUserEmbeddingExperienceConfiguration data as a hash:
{
dashboard: {
initial_dashboard_id: "RestrictiveResourceId", # required
},
}
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.
Instance Attribute Details
#dashboard ⇒ Types::AnonymousUserDashboardEmbeddingConfiguration
The type of embedding experience. In this case, Amazon QuickSight dashboards.
456 457 458 459 460 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 456 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard) SENSITIVE = [] include Aws::Structure end |