Class: Aws::QuickSight::Types::UpdateTemplatePermissionsRequest

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

Returns:

  • (String)


37226
37227
37228
37229
37230
37231
37232
37233
# File 'lib/aws-sdk-quicksight/types.rb', line 37226

class UpdateTemplatePermissionsRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :grant_permissions,
  :revoke_permissions)
  SENSITIVE = []
  include Aws::Structure
end

#grant_permissionsArray<Types::ResourcePermission>

A list of resource permissions to be granted on the template.

Returns:



37226
37227
37228
37229
37230
37231
37232
37233
# File 'lib/aws-sdk-quicksight/types.rb', line 37226

class UpdateTemplatePermissionsRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :grant_permissions,
  :revoke_permissions)
  SENSITIVE = []
  include Aws::Structure
end

#revoke_permissionsArray<Types::ResourcePermission>

A list of resource permissions to be revoked from the template.

Returns:



37226
37227
37228
37229
37230
37231
37232
37233
# File 'lib/aws-sdk-quicksight/types.rb', line 37226

class UpdateTemplatePermissionsRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :grant_permissions,
  :revoke_permissions)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID for the template.

Returns:

  • (String)


37226
37227
37228
37229
37230
37231
37232
37233
# File 'lib/aws-sdk-quicksight/types.rb', line 37226

class UpdateTemplatePermissionsRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :grant_permissions,
  :revoke_permissions)
  SENSITIVE = []
  include Aws::Structure
end