Class: Aws::QuickSight::Types::DescribeFolderResolvedPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeFolderResolvedPermissionsResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the folder.
-
#folder_id ⇒ String
The ID of the folder.
-
#next_token ⇒ String
A pagination token for the next set of results, or null if there are no more results.
-
#permissions ⇒ Array<Types::ResourcePermission>
Information about the permissions for 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) of the folder.
13617 13618 13619 13620 13621 13622 13623 13624 13625 13626 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13617 class DescribeFolderResolvedPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
13617 13618 13619 13620 13621 13622 13623 13624 13625 13626 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13617 class DescribeFolderResolvedPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next set of results, or null if there are no more results.
13617 13618 13619 13620 13621 13622 13623 13624 13625 13626 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13617 class DescribeFolderResolvedPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
Information about the permissions for the folder.
13617 13618 13619 13620 13621 13622 13623 13624 13625 13626 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13617 class DescribeFolderResolvedPermissionsResponse < 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.
13617 13618 13619 13620 13621 13622 13623 13624 13625 13626 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13617 class DescribeFolderResolvedPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13617 13618 13619 13620 13621 13622 13623 13624 13625 13626 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13617 class DescribeFolderResolvedPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |