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.
8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8485 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.
8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8485 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.
8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8485 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.
8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8485 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.
8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8485 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.
8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8485 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.
8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8485 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.
8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8485 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 |