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)


32096
32097
32098
32099
32100
32101
32102
32103
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32096

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:



32096
32097
32098
32099
32100
32101
32102
32103
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32096

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:



32096
32097
32098
32099
32100
32101
32102
32103
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32096

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)


32096
32097
32098
32099
32100
32101
32102
32103
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32096

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