Class: Aws::ManagedGrafana::Types::UpdatePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::UpdatePermissionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update_instruction_batch ⇒ Array<Types::UpdateInstruction>
An array of structures that contain the permission updates to make.
-
#workspace_id ⇒ String
The ID of the workspace to update.
Instance Attribute Details
#update_instruction_batch ⇒ Array<Types::UpdateInstruction>
An array of structures that contain the permission updates to make.
1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1618 class UpdatePermissionsRequest < Struct.new( :update_instruction_batch, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace to update.
1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1618 class UpdatePermissionsRequest < Struct.new( :update_instruction_batch, :workspace_id) SENSITIVE = [] include Aws::Structure end |