Class: Aws::QuickSight::Types::DashboardVisualId
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardVisualId
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains the following elements:
The
DashboardIdof the dashboard that has the visual that you want to embed.The
SheetIdof the sheet that has the visual that you want to embed.The
VisualIdof the visual that you want to embed.
The DashboardId, SheetId, and VisualId can be found in the IDs
for developers section of the Embed visual pane of the visual's
on-visual menu of the Amazon Quick Sight console. You can also get the
DashboardId with a ListDashboards API operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_id ⇒ String
The ID of the dashboard that has the visual that you want to embed.
-
#sheet_id ⇒ String
The ID of the sheet that the has visual that you want to embed.
-
#visual_id ⇒ String
The ID of the visual that you want to embed.
Instance Attribute Details
#dashboard_id ⇒ String
The ID of the dashboard that has the visual that you want to embed.
The DashboardId can be found in the IDs for developers section
of the Embed visual pane of the visual's on-visual menu of the
Quick Suite console. You can also get the DashboardId with a
ListDashboards API operation.
9709 9710 9711 9712 9713 9714 9715 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9709 class DashboardVisualId < Struct.new( :dashboard_id, :sheet_id, :visual_id) SENSITIVE = [] include Aws::Structure end |
#sheet_id ⇒ String
The ID of the sheet that the has visual that you want to embed. The
SheetId can be found in the IDs for developers section of the
Embed visual pane of the visual's on-visual menu of the Quick
Suite console.
9709 9710 9711 9712 9713 9714 9715 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9709 class DashboardVisualId < Struct.new( :dashboard_id, :sheet_id, :visual_id) SENSITIVE = [] include Aws::Structure end |
#visual_id ⇒ String
The ID of the visual that you want to embed. The VisualID can be
found in the IDs for developers section of the Embed visual pane
of the visual's on-visual menu of the Amazon Quick Sight console.
9709 9710 9711 9712 9713 9714 9715 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9709 class DashboardVisualId < Struct.new( :dashboard_id, :sheet_id, :visual_id) SENSITIVE = [] include Aws::Structure end |