Class: Aws::QuickSight::Types::UpdateFolderPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateFolderPermissionsResponse
- 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.
-
#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.
34492 34493 34494 34495 34496 34497 34498 34499 34500 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34492 class UpdateFolderPermissionsResponse < Struct.new( :status, :arn, :folder_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
34492 34493 34494 34495 34496 34497 34498 34499 34500 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34492 class UpdateFolderPermissionsResponse < Struct.new( :status, :arn, :folder_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
Information about the permissions for the folder.
34492 34493 34494 34495 34496 34497 34498 34499 34500 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34492 class UpdateFolderPermissionsResponse < Struct.new( :status, :arn, :folder_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
34492 34493 34494 34495 34496 34497 34498 34499 34500 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34492 class UpdateFolderPermissionsResponse < Struct.new( :status, :arn, :folder_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
34492 34493 34494 34495 34496 34497 34498 34499 34500 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34492 class UpdateFolderPermissionsResponse < Struct.new( :status, :arn, :folder_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |