Class: Aws::QuickSight::Types::DescribeDashboardPermissionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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 that you're describing permissions for.

Returns:

  • (String)


11020
11021
11022
11023
11024
11025
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11020

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

#dashboard_idString

The ID for the dashboard, also added to the IAM policy.

Returns:

  • (String)


11020
11021
11022
11023
11024
11025
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11020

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