Class: Aws::QuickSight::Types::UpdateDashboardLinksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateDashboardLinksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
-
#dashboard_id ⇒ String
The ID for the dashboard.
-
#link_entities ⇒ Array<String>
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
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_id ⇒ String
The ID for the dashboard.
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 |
#link_entities ⇒ Array<String>
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
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 |