Class: Aws::QuickSight::Types::RegisteredUserDashboardEmbeddingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisteredUserDashboardEmbeddingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Information about the dashboard you want to embed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature_configurations ⇒ Types::RegisteredUserDashboardFeatureConfigurations
The feature configurations of an embbedded Amazon QuickSight dashboard.
-
#initial_dashboard_id ⇒ String
The dashboard ID for the dashboard that you want the user to see first.
Instance Attribute Details
#feature_configurations ⇒ Types::RegisteredUserDashboardFeatureConfigurations
The feature configurations of an embbedded Amazon QuickSight dashboard.
24856 24857 24858 24859 24860 24861 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24856 class RegisteredUserDashboardEmbeddingConfiguration < Struct.new( :initial_dashboard_id, :feature_configurations) SENSITIVE = [] include Aws::Structure end |
#initial_dashboard_id ⇒ String
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
24856 24857 24858 24859 24860 24861 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24856 class RegisteredUserDashboardEmbeddingConfiguration < Struct.new( :initial_dashboard_id, :feature_configurations) SENSITIVE = [] include Aws::Structure end |