Class: Aws::QuickSight::Types::DescribeFolderPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeFolderPermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the folder.
-
#folder_id ⇒ String
The ID of the folder.
-
#next_token ⇒ String
The pagination token for the next set of results, or null if there are no more results.
-
#permissions ⇒ Array<Types::ResourcePermission>
Information about the permissions on the folder.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the folder.
13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13326 class DescribeFolderPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13326 class DescribeFolderPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the next set of results, or null if there are no more results.
13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13326 class DescribeFolderPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
Information about the permissions on the folder.
13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13326 class DescribeFolderPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13326 class DescribeFolderPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13326 class DescribeFolderPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |