Class: Aws::QuickSight::Types::DeleteUserCustomPermissionRequest

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 custom permission configuration that you want to delete.

Returns:

  • (String)


11735
11736
11737
11738
11739
11740
11741
# File 'lib/aws-sdk-quicksight/types.rb', line 11735

class DeleteUserCustomPermissionRequest < Struct.new(
  :user_name,
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace that the user belongs to.

Returns:

  • (String)


11735
11736
11737
11738
11739
11740
11741
# File 'lib/aws-sdk-quicksight/types.rb', line 11735

class DeleteUserCustomPermissionRequest < Struct.new(
  :user_name,
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The username of the user that you want to remove custom permissions from.

Returns:

  • (String)


11735
11736
11737
11738
11739
11740
11741
# File 'lib/aws-sdk-quicksight/types.rb', line 11735

class DeleteUserCustomPermissionRequest < Struct.new(
  :user_name,
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end