Class: Aws::ManagedGrafana::Types::UpdatePermissionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#update_instruction_batchArray<Types::UpdateInstruction>

An array of structures that contain the permission updates to make.

Returns:



1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1618

class UpdatePermissionsRequest < Struct.new(
  :update_instruction_batch,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to update.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1618

class UpdatePermissionsRequest < Struct.new(
  :update_instruction_batch,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end