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.
32340 32341 32342 32343 32344 32345 32346 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32340 class UpdateDashboardLinksRequest < Struct.new( :aws_account_id, :dashboard_id, :link_entities) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID for the dashboard.
32340 32341 32342 32343 32344 32345 32346 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32340 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.
32340 32341 32342 32343 32344 32345 32346 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32340 class UpdateDashboardLinksRequest < Struct.new( :aws_account_id, :dashboard_id, :link_entities) SENSITIVE = [] include Aws::Structure end |