Class: Aws::QuickSight::Types::DashboardVisualResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardVisualResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The QA result that is made from dashboard visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_id ⇒ String
The ID of the dashboard.
-
#dashboard_name ⇒ String
The name of the dashboard.
-
#dashboard_url ⇒ String
The URL of the dashboard.
-
#sheet_id ⇒ String
The ID of the sheet.
-
#sheet_name ⇒ String
The name of the sheet.
-
#visual_id ⇒ String
The ID of the visual.
-
#visual_subtitle ⇒ String
The subtitle of the visual.
-
#visual_title ⇒ String
The title of the visual.
Instance Attribute Details
#dashboard_id ⇒ String
The ID of the dashboard.
10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10818 class DashboardVisualResult < Struct.new( :dashboard_id, :dashboard_name, :sheet_id, :sheet_name, :visual_id, :visual_title, :visual_subtitle, :dashboard_url) SENSITIVE = [] include Aws::Structure end |
#dashboard_name ⇒ String
The name of the dashboard.
10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10818 class DashboardVisualResult < Struct.new( :dashboard_id, :dashboard_name, :sheet_id, :sheet_name, :visual_id, :visual_title, :visual_subtitle, :dashboard_url) SENSITIVE = [] include Aws::Structure end |
#dashboard_url ⇒ String
The URL of the dashboard.
10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10818 class DashboardVisualResult < Struct.new( :dashboard_id, :dashboard_name, :sheet_id, :sheet_name, :visual_id, :visual_title, :visual_subtitle, :dashboard_url) SENSITIVE = [] include Aws::Structure end |
#sheet_id ⇒ String
The ID of the sheet.
10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10818 class DashboardVisualResult < Struct.new( :dashboard_id, :dashboard_name, :sheet_id, :sheet_name, :visual_id, :visual_title, :visual_subtitle, :dashboard_url) SENSITIVE = [] include Aws::Structure end |
#sheet_name ⇒ String
The name of the sheet.
10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10818 class DashboardVisualResult < Struct.new( :dashboard_id, :dashboard_name, :sheet_id, :sheet_name, :visual_id, :visual_title, :visual_subtitle, :dashboard_url) SENSITIVE = [] include Aws::Structure end |
#visual_id ⇒ String
The ID of the visual.
10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10818 class DashboardVisualResult < Struct.new( :dashboard_id, :dashboard_name, :sheet_id, :sheet_name, :visual_id, :visual_title, :visual_subtitle, :dashboard_url) SENSITIVE = [] include Aws::Structure end |
#visual_subtitle ⇒ String
The subtitle of the visual.
10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10818 class DashboardVisualResult < Struct.new( :dashboard_id, :dashboard_name, :sheet_id, :sheet_name, :visual_id, :visual_title, :visual_subtitle, :dashboard_url) SENSITIVE = [] include Aws::Structure end |
#visual_title ⇒ String
The title of the visual.
10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10818 class DashboardVisualResult < Struct.new( :dashboard_id, :dashboard_name, :sheet_id, :sheet_name, :visual_id, :visual_title, :visual_subtitle, :dashboard_url) SENSITIVE = [] include Aws::Structure end |