Class: Aws::QuickSight::Types::DashboardVisualResult

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

Instance Attribute Details

#dashboard_idString

The ID of the dashboard.

Returns:

  • (String)


10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
# File 'lib/aws-sdk-quicksight/types.rb', line 10768

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_nameString

The name of the dashboard.

Returns:

  • (String)


10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
# File 'lib/aws-sdk-quicksight/types.rb', line 10768

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_urlString

The URL of the dashboard.

Returns:

  • (String)


10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
# File 'lib/aws-sdk-quicksight/types.rb', line 10768

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_idString

The ID of the sheet.

Returns:

  • (String)


10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
# File 'lib/aws-sdk-quicksight/types.rb', line 10768

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_nameString

The name of the sheet.

Returns:

  • (String)


10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
# File 'lib/aws-sdk-quicksight/types.rb', line 10768

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_idString

The ID of the visual.

Returns:

  • (String)


10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
# File 'lib/aws-sdk-quicksight/types.rb', line 10768

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_subtitleString

The subtitle of the visual.

Returns:

  • (String)


10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
# File 'lib/aws-sdk-quicksight/types.rb', line 10768

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_titleString

The title of the visual.

Returns:

  • (String)


10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
# File 'lib/aws-sdk-quicksight/types.rb', line 10768

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