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)


8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/aws-sdk-quicksight/types.rb', line 8660

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)


8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/aws-sdk-quicksight/types.rb', line 8660

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)


8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/aws-sdk-quicksight/types.rb', line 8660

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)


8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/aws-sdk-quicksight/types.rb', line 8660

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)


8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/aws-sdk-quicksight/types.rb', line 8660

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)


8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/aws-sdk-quicksight/types.rb', line 8660

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)


8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/aws-sdk-quicksight/types.rb', line 8660

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)


8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/aws-sdk-quicksight/types.rb', line 8660

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