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.
21899 21900 21901 21902 21903 21904 21905 21906 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21899 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.
21899 21900 21901 21902 21903 21904 21905 21906 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21899 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.
21899 21900 21901 21902 21903 21904 21905 21906 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21899 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.
21899 21900 21901 21902 21903 21904 21905 21906 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21899 class ListCustomPermissionsResponse < Struct.new( :status, :custom_permissions_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |