Class: Aws::ManagedGrafana::Types::PermissionEntry

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

Overview

A structure containing the identity of one user or group and the Admin, Editor, or Viewer role that they have.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#roleString

Specifies whether the user or group has the Admin, Editor, or Viewer role.

Returns:

  • (String)


930
931
932
933
934
935
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 930

class PermissionEntry < Struct.new(
  :role,
  :user)
  SENSITIVE = []
  include Aws::Structure
end

#userTypes::User

A structure with the ID of the user or group with this role.

Returns:



930
931
932
933
934
935
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 930

class PermissionEntry < Struct.new(
  :role,
  :user)
  SENSITIVE = []
  include Aws::Structure
end