Class: Aws::ManagedGrafana::Types::ListPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ListPermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use in a subsequent ‘ListPermissions` operation to return the next set of results.
-
#permissions ⇒ Array<Types::PermissionEntry>
The permissions returned by the operation.
Instance Attribute Details
#next_token ⇒ String
The token to use in a subsequent ‘ListPermissions` operation to return the next set of results.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 916 class ListPermissionsResponse < Struct.new( :next_token, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::PermissionEntry>
The permissions returned by the operation.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 916 class ListPermissionsResponse < Struct.new( :next_token, :permissions) SENSITIVE = [] include Aws::Structure end |