Class: Aws::QuickSight::Types::AnonymousUserDashboardEmbeddingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnonymousUserDashboardEmbeddingConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Information about the dashboard that you want to embed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disabled_features ⇒ Array<String>
A list of all disabled features of a specified anonymous dashboard.
-
#enabled_features ⇒ Array<String>
A list of all enabled features of a specified anonymous dashboard.
-
#feature_configurations ⇒ Types::AnonymousUserDashboardFeatureConfigurations
The feature configuration for an embedded dashboard.
-
#initial_dashboard_id ⇒ String
The dashboard ID for the dashboard that you want the user to see first.
Instance Attribute Details
#disabled_features ⇒ Array<String>
A list of all disabled features of a specified anonymous dashboard.
1077 1078 1079 1080 1081 1082 1083 1084 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1077 class AnonymousUserDashboardEmbeddingConfiguration < Struct.new( :initial_dashboard_id, :enabled_features, :disabled_features, :feature_configurations) SENSITIVE = [] include Aws::Structure end |
#enabled_features ⇒ Array<String>
A list of all enabled features of a specified anonymous dashboard.
1077 1078 1079 1080 1081 1082 1083 1084 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1077 class AnonymousUserDashboardEmbeddingConfiguration < Struct.new( :initial_dashboard_id, :enabled_features, :disabled_features, :feature_configurations) SENSITIVE = [] include Aws::Structure end |
#feature_configurations ⇒ Types::AnonymousUserDashboardFeatureConfigurations
The feature configuration for an embedded dashboard.
1077 1078 1079 1080 1081 1082 1083 1084 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1077 class AnonymousUserDashboardEmbeddingConfiguration < Struct.new( :initial_dashboard_id, :enabled_features, :disabled_features, :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 Quick Sight renders this dashboard.
The Amazon Resource Name (ARN) of this dashboard must be included in
the AuthorizedResourceArns parameter. Otherwise, the request will
fail with InvalidParameterValueException.
1077 1078 1079 1080 1081 1082 1083 1084 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1077 class AnonymousUserDashboardEmbeddingConfiguration < Struct.new( :initial_dashboard_id, :enabled_features, :disabled_features, :feature_configurations) SENSITIVE = [] include Aws::Structure end |