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)


31895
31896
31897
31898
31899
31900
31901
31902
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31895

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:



31895
31896
31897
31898
31899
31900
31901
31902
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31895

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:



31895
31896
31897
31898
31899
31900
31901
31902
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31895

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)


31895
31896
31897
31898
31899
31900
31901
31902
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31895

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