Class: Aws::ManagedGrafana::Types::UpdateInstruction

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

Overview

Contains the instructions for one Grafana role permission update in a UpdatePermissions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Specifies whether this update is to add or revoke role permissions.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1209

class UpdateInstruction < Struct.new(
  :action,
  :role,
  :users)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The role to add or revoke for the user or the group specified in users.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1209

class UpdateInstruction < Struct.new(
  :action,
  :role,
  :users)
  SENSITIVE = []
  include Aws::Structure
end

#usersArray<Types::User>

A structure that specifies the user or group to add or revoke the role for.

Returns:



1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1209

class UpdateInstruction < Struct.new(
  :action,
  :role,
  :users)
  SENSITIVE = []
  include Aws::Structure
end