Class: Aws::QuickSight::Types::AnonymousUserDashboardEmbeddingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#initial_dashboard_idString

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.

The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

Returns:

  • (String)


672
673
674
675
676
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 672

class AnonymousUserDashboardEmbeddingConfiguration < Struct.new(
  :initial_dashboard_id)
  SENSITIVE = []
  include Aws::Structure
end