Class: Aws::QuickSight::Types::ListCustomPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListCustomPermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_permissions_list ⇒ Array<Types::CustomPermissions>
A list of custom permissions profiles.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#custom_permissions_list ⇒ Array<Types::CustomPermissions>
A list of custom permissions profiles.
20465 20466 20467 20468 20469 20470 20471 20472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20465 class ListCustomPermissionsResponse < Struct.new( :status, :custom_permissions_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
20465 20466 20467 20468 20469 20470 20471 20472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20465 class ListCustomPermissionsResponse < Struct.new( :status, :custom_permissions_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
20465 20466 20467 20468 20469 20470 20471 20472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20465 class ListCustomPermissionsResponse < Struct.new( :status, :custom_permissions_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20465 20466 20467 20468 20469 20470 20471 20472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20465 class ListCustomPermissionsResponse < Struct.new( :status, :custom_permissions_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |