Class: Aws::QuickSight::Types::UpdateDashboardLinksRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.

Returns:

  • (String)


35346
35347
35348
35349
35350
35351
35352
# File 'lib/aws-sdk-quicksight/types.rb', line 35346

class UpdateDashboardLinksRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :link_entities)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID for the dashboard.

Returns:

  • (String)


35346
35347
35348
35349
35350
35351
35352
# File 'lib/aws-sdk-quicksight/types.rb', line 35346

class UpdateDashboardLinksRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :link_entities)
  SENSITIVE = []
  include Aws::Structure
end

list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

Returns:

  • (Array<String>)


35346
35347
35348
35349
35350
35351
35352
# File 'lib/aws-sdk-quicksight/types.rb', line 35346

class UpdateDashboardLinksRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :link_entities)
  SENSITIVE = []
  include Aws::Structure
end