Class: Aws::QuickSight::Types::DescribeFolderResolvedPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeFolderResolvedPermissionsResponse
- 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) 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.
13413 13414 13415 13416 13417 13418 13419 13420 13421 13422 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13413 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.
13413 13414 13415 13416 13417 13418 13419 13420 13421 13422 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13413 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.
13413 13414 13415 13416 13417 13418 13419 13420 13421 13422 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13413 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.
13413 13414 13415 13416 13417 13418 13419 13420 13421 13422 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13413 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.
13413 13414 13415 13416 13417 13418 13419 13420 13421 13422 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13413 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.
13413 13414 13415 13416 13417 13418 13419 13420 13421 13422 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13413 class DescribeFolderResolvedPermissionsResponse < Struct.new( :status, :folder_id, :arn, :permissions, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |