Class: Aws::QuickSight::Types::UpdateUserCustomPermissionRequest

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 update.

Returns:

  • (String)


35675
35676
35677
35678
35679
35680
35681
35682
# File 'lib/aws-sdk-quicksight/types.rb', line 35675

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

#custom_permissions_nameString

The name of the custom permissions that you want to update.

Returns:

  • (String)


35675
35676
35677
35678
35679
35680
35681
35682
# File 'lib/aws-sdk-quicksight/types.rb', line 35675

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

#namespaceString

The namespace that the user belongs to.

Returns:

  • (String)


35675
35676
35677
35678
35679
35680
35681
35682
# File 'lib/aws-sdk-quicksight/types.rb', line 35675

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

#user_nameString

The username of the user that you want to update custom permissions for.

Returns:

  • (String)


35675
35676
35677
35678
35679
35680
35681
35682
# File 'lib/aws-sdk-quicksight/types.rb', line 35675

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