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

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

Returns:

  • (String)


32285
32286
32287
32288
32289
32290
32291
32292
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32285

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:



32285
32286
32287
32288
32289
32290
32291
32292
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32285

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:



32285
32286
32287
32288
32289
32290
32291
32292
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32285

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)


32285
32286
32287
32288
32289
32290
32291
32292
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32285

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