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)


37739
37740
37741
37742
37743
37744
37745
37746
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37739

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:



37739
37740
37741
37742
37743
37744
37745
37746
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37739

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:



37739
37740
37741
37742
37743
37744
37745
37746
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37739

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)


37739
37740
37741
37742
37743
37744
37745
37746
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37739

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