Class: Aws::ManagedGrafana::Types::ListPermissionsResponse

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

#next_tokenString

The token to use in a subsequent ListPermissions operation to return the next set of results.

Returns:

  • (String)


727
728
729
730
731
732
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 727

class ListPermissionsResponse < Struct.new(
  :next_token,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<Types::PermissionEntry>

The permissions returned by the operation.

Returns:



727
728
729
730
731
732
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 727

class ListPermissionsResponse < Struct.new(
  :next_token,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end