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)


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_nameString

The name of the dashboard.

Returns:

  • (String)


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_urlString

The URL of the dashboard.

Returns:

  • (String)


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_idString

The ID of the sheet.

Returns:

  • (String)


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_nameString

The name of the sheet.

Returns:

  • (String)


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_idString

The ID of the visual.

Returns:

  • (String)


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_subtitleString

The subtitle of the visual.

Returns:

  • (String)


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_titleString

The title of the visual.

Returns:

  • (String)


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