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)


30867
30868
30869
30870
30871
30872
30873
# File 'lib/aws-sdk-quicksight/types.rb', line 30867

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)


30867
30868
30869
30870
30871
30872
30873
# File 'lib/aws-sdk-quicksight/types.rb', line 30867

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>)


30867
30868
30869
30870
30871
30872
30873
# File 'lib/aws-sdk-quicksight/types.rb', line 30867

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