Class: Aws::QuickSight::Types::UpdateDashboardPermissionsRequest

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 permissions you’re updating.

Returns:

  • (String)


30771
30772
30773
30774
30775
30776
30777
30778
30779
30780
# File 'lib/aws-sdk-quicksight/types.rb', line 30771

class UpdateDashboardPermissionsRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :grant_permissions,
  :revoke_permissions,
  :grant_link_permissions,
  :revoke_link_permissions)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID for the dashboard.

Returns:

  • (String)


30771
30772
30773
30774
30775
30776
30777
30778
30779
30780
# File 'lib/aws-sdk-quicksight/types.rb', line 30771

class UpdateDashboardPermissionsRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :grant_permissions,
  :revoke_permissions,
  :grant_link_permissions,
  :revoke_link_permissions)
  SENSITIVE = []
  include Aws::Structure
end

Grants link permissions to all users in a defined namespace.

Returns:



30771
30772
30773
30774
30775
30776
30777
30778
30779
30780
# File 'lib/aws-sdk-quicksight/types.rb', line 30771

class UpdateDashboardPermissionsRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :grant_permissions,
  :revoke_permissions,
  :grant_link_permissions,
  :revoke_link_permissions)
  SENSITIVE = []
  include Aws::Structure
end

#grant_permissionsArray<Types::ResourcePermission>

The permissions that you want to grant on this resource.

Returns:



30771
30772
30773
30774
30775
30776
30777
30778
30779
30780
# File 'lib/aws-sdk-quicksight/types.rb', line 30771

class UpdateDashboardPermissionsRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :grant_permissions,
  :revoke_permissions,
  :grant_link_permissions,
  :revoke_link_permissions)
  SENSITIVE = []
  include Aws::Structure
end

Revokes link permissions from all users in a defined namespace.

Returns:



30771
30772
30773
30774
30775
30776
30777
30778
30779
30780
# File 'lib/aws-sdk-quicksight/types.rb', line 30771

class UpdateDashboardPermissionsRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :grant_permissions,
  :revoke_permissions,
  :grant_link_permissions,
  :revoke_link_permissions)
  SENSITIVE = []
  include Aws::Structure
end

#revoke_permissionsArray<Types::ResourcePermission>

The permissions that you want to revoke from this resource.

Returns:



30771
30772
30773
30774
30775
30776
30777
30778
30779
30780
# File 'lib/aws-sdk-quicksight/types.rb', line 30771

class UpdateDashboardPermissionsRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :grant_permissions,
  :revoke_permissions,
  :grant_link_permissions,
  :revoke_link_permissions)
  SENSITIVE = []
  include Aws::Structure
end