Class: Aws::QuickSight::Types::UpdateFolderPermissionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the folder.

Returns:

  • (String)


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_idString

The ID of the folder.

Returns:

  • (String)


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

#permissionsArray<Types::ResourcePermission>

Information about the permissions for the folder.

Returns:



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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


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