Class: Aws::QuickSight::Types::DescribeDashboardPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDashboardPermissionsRequest
- 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 that you’re describing permissions for.
-
#dashboard_id ⇒ String
The ID for the dashboard, also added to the IAM policy.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard that you’re describing permissions for.
12764 12765 12766 12767 12768 12769 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12764 class DescribeDashboardPermissionsRequest < Struct.new( :aws_account_id, :dashboard_id) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID for the dashboard, also added to the IAM policy.
12764 12765 12766 12767 12768 12769 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12764 class DescribeDashboardPermissionsRequest < Struct.new( :aws_account_id, :dashboard_id) SENSITIVE = [] include Aws::Structure end |