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.
12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12481 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.
12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12481 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.
12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12481 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.
12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12481 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.
12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12481 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.
12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12481 class DescribeFolderPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |